This commit is contained in:
vastxie
2024-07-07 22:44:05 +08:00
parent 5df02f5441
commit 2a9ca58e38
726 changed files with 246 additions and 282 deletions

4
dist/app.module.js vendored
View File

@@ -49,7 +49,11 @@ AppModule = __decorate([
imports: [
database_module_1.DatabaseModule,
serve_static_1.ServeStaticModule.forRoot({
rootPath: (0, path_1.join)(__dirname, '..', 'public/admin'),
serveRoot: '/admin',
}, {
rootPath: (0, path_1.join)(__dirname, '..', 'public'),
serveRoot: '/',
}),
user_module_1.UserModule,
plugin_module_1.PluginModule,