mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-25 15:23:21 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
module.exports = async () => {
|
|
const server = (await import('./server')).default;
|
|
server.stop();
|
|
};
|