feat: projectSetting add closeMessageOnSwitch and removeAllHttpPending

This commit is contained in:
nebv
2020-10-13 01:40:18 +08:00
parent 4500214b2a
commit e83cb06bb9
8 changed files with 30 additions and 23 deletions

View File

@@ -16,9 +16,6 @@ const startApp = () => {
const port = 9680;
portfinder.basePort = port;
const app = new Koa();
// const connect = require('connect');
// const serveStatic = require('serve-static');
// const app = connect();
app.use(staticServer(resolve(process.cwd(), viteConfig.outDir || 'dist')));