We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27a5da commit a171601Copy full SHA for a171601
1 file changed
dev-demo/index.ts
@@ -278,7 +278,7 @@ if (fileURLToPath(import.meta.url) === path.resolve(process.argv[1])) {
278
admin.bundleNow({ hotReload: process.env.NODE_ENV === 'development' }).then(() => {
279
logger.info('Bundling AdminForth SPA done.');
280
});
281
-
+
282
admin.express.serve(app);
283
284
const backgroundJobsPlugin = admin.getPluginByClassName<BackgroundJobsPlugin>('BackgroundJobsPlugin');
0 commit comments