mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-02-01 16:39:42 +00:00
- Replace live-server with existing Browsersync dependency as web server - Remove duplicate `index.html` file - Add `build:html` script to generate `/docs/preview.html`
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
import { stopServer } from './server.js';
|
|
|
|
export default async config => {
|
|
stopServer();
|
|
};
|