diff --git a/content/database/db.sqlite b/content/data/db.sqlite similarity index 100% rename from content/database/db.sqlite rename to content/data/db.sqlite diff --git a/content/development/graph.json b/content/temp/graph.json similarity index 100% rename from content/development/graph.json rename to content/temp/graph.json diff --git a/content/development/openapi.json b/content/temp/openapi.json similarity index 100% rename from content/development/openapi.json rename to content/temp/openapi.json diff --git a/content/template/模板1.xlsx b/content/template/模板1.xlsx deleted file mode 100644 index 8b5ce6e..0000000 Binary files a/content/template/模板1.xlsx and /dev/null differ diff --git a/src/main.ts b/src/main.ts index 9f305d9..d5ca3b2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -57,7 +57,9 @@ async function bootstrap() { * 输出接口文档URL */ logger.log(`OpenapiDocs is running at ${await app.getUrl()}${config.apiDocPrefix}`, 'NestApplication'); - + /** + * Webpack热更新 + */ if (module.hot) { module.hot.accept(); module.hot.dispose(() => app.close());