untested WIP
This commit is contained in:
+7
-1
@@ -1 +1,7 @@
|
||||
console.log("Hello via Bun!");
|
||||
import app from "./api/server";
|
||||
import { PORT } from "./constants";
|
||||
|
||||
Bun.serve({
|
||||
port: PORT,
|
||||
fetch: app.fetch
|
||||
});
|
||||
Reference in New Issue
Block a user