mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +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();
|
|
};
|