Update build step

This commit is contained in:
2026-07-01 19:18:11 +01:00
parent 61a9d8d612
commit 817beacc7a
20 changed files with 139 additions and 62 deletions
+5 -1
View File
@@ -47,4 +47,8 @@ declare global {
var CONSTANTS: ReturnType<typeof grabConstants>;
var MAIN_CTX_BUILD_STARTS: number;
}
export default function bunextInit(): Promise<void>;
type Params = {
build_only?: boolean;
};
export default function bunextInit(params?: Params): Promise<void>;
export {};