Refactor start and dev commands. Start in child processes. Handle errors better
This commit is contained in:
Vendored
+1
@@ -6,4 +6,5 @@ export declare const AppData: {
|
||||
readonly BunextClientHydrationScriptID: "bunext-client-hydration-script";
|
||||
readonly BunextTmpFileExt: ".bunext_tmp.tsx";
|
||||
readonly BunextHMRRetryRoute: "/.bunext/hmr-retry";
|
||||
readonly DefaultMaxLogs: 50;
|
||||
};
|
||||
|
||||
Vendored
+1
@@ -6,4 +6,5 @@ export const AppData = {
|
||||
BunextClientHydrationScriptID: "bunext-client-hydration-script",
|
||||
BunextTmpFileExt: ".bunext_tmp.tsx",
|
||||
BunextHMRRetryRoute: "/.bunext/hmr-retry",
|
||||
DefaultMaxLogs: 50,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user