Skip to content

Commit a171601

Browse files
committed
chore: rebuild
1 parent c27a5da commit a171601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ if (fileURLToPath(import.meta.url) === path.resolve(process.argv[1])) {
278278
admin.bundleNow({ hotReload: process.env.NODE_ENV === 'development' }).then(() => {
279279
logger.info('Bundling AdminForth SPA done.');
280280
});
281-
281+
282282
admin.express.serve(app);
283283

284284
const backgroundJobsPlugin = admin.getPluginByClassName<BackgroundJobsPlugin>('BackgroundJobsPlugin');

0 commit comments

Comments
 (0)