This commit is contained in:
Julian Freeman
2025-12-01 12:40:26 -04:00
commit 9ace5221fc
10 changed files with 435 additions and 0 deletions

6
index.ts Normal file
View File

@@ -0,0 +1,6 @@
import app from "./src/index";
export default {
port: 3000, // Or whatever port you prefer, or Bun's default
fetch: app.fetch,
};