Skip to content

Commit c8d6982

Browse files
committed
fix: correct datatype for the bundleNow
AdminForth/1510/i-got-this-recommendation-thou
1 parent a059ff0 commit c8d6982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ export interface IAdminForth {
567567
* We recommend calling this method from dedicated script which will be run by CI/CD pipeline in build time. This ensures lowest downtime for your users.
568568
* However for simple setup you can call it from your main script, and users will see some "AdminForth is bundling" message in the admin panel while app is bundling.
569569
*/
570-
bundleNow({ hotReload, verbose }: { hotReload: boolean, verbose: boolean }): Promise<void>;
570+
bundleNow({ hotReload, buildTime }: { hotReload: boolean, buildTime: boolean }): Promise<void>;
571571

572572
/**
573573
* Resource to get access to operational resources for data api fetching and manipulation.

0 commit comments

Comments
 (0)