Skip to content

Commit 93b2c32

Browse files
committed
live-demo: update live demo bundle now command and bump adminforth version
AdminForth/1510/i-got-this-recommendation-thou
1 parent 23419d3 commit 93b2c32

3 files changed

Lines changed: 77 additions & 77 deletions

File tree

live-demo/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if (import.meta.url === `file://${process.argv[1]}`) {
161161

162162
// needed to compile SPA. Call it here or from a build script e.g. in Docker build time to reduce downtime
163163
if (process.env.NODE_ENV === 'development') {
164-
await admin.bundleNow({ hotReload: true});
164+
await admin.bundleNow({ hotReload: true, buildTime: false});
165165
console.log('Bundling AdminForth done');
166166
}
167167

live-demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@adminforth/two-factors-auth": "^3.3.10",
4242
"@adminforth/upload": "^2.15.14",
4343
"@prisma/client": "^6.19.3",
44-
"adminforth": "^3.6.14",
44+
"adminforth": "^3.6.18",
4545
"cldr-core": "^48.2.0",
4646
"express": "^4.22.2"
4747
},

live-demo/app/pnpm-lock.yaml

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)