Skip to content

Commit 23419d3

Browse files
committed
fix: rebuild
AdminForth/1510/i-got-this-recommendation-thou
1 parent d6d6928 commit 23419d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adminforth/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@ class AdminForth implements IAdminForth {
678678
}
679679

680680

681-
async bundleNow({ hotReload=false }) {
682-
await this.codeInjector.bundleNow({ hotReload });
681+
async bundleNow({ hotReload=false, buildTime=true }) {
682+
await this.codeInjector.bundleNow({ hotReload, buildTime });
683683
}
684684

685685
async getUserByPk(pk: string) {

0 commit comments

Comments
 (0)