Refactor start and dev commands. Start in child processes. Handle errors better
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import bunextInit from "../../functions/bunext-init";
|
||||
import startServer from "../../functions/server/start-server";
|
||||
import { log } from "../../utils/log";
|
||||
log.info("Starting production server ...");
|
||||
await bunextInit();
|
||||
await startServer();
|
||||
Reference in New Issue
Block a user