feat: 优化目录结构
parent
8f99ab6893
commit
a4328d5fef
Binary file not shown.
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue