This commit is contained in:
Rizky 2024-01-21 18:21:45 +07:00
parent 1131a9d95b
commit 202f4f62ce
1 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
import { spawnSync } from "child_process";
Bun.serve({
port: 3000,
port: 4550,
fetch(request, server) {
return new Response("Hello World\n\n" + process.cwd(), {
status: 200,
});
},
});
spawnSync("bun run prod", { cwd: "/app/prasi/repo" });