Refactor start and dev commands. Start in child processes. Handle errors better
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export default function writeErrorFile({ exitCode, error, }: {
|
||||
error?: Bun.ErrorLike;
|
||||
exitCode: number | null;
|
||||
}): void;
|
||||
Reference in New Issue
Block a user