Refactor: Vite

This commit is contained in:
wont-stream 2025-04-08 16:22:07 -04:00
parent 69f8f74182
commit 7fd41cd78c
22 changed files with 569 additions and 413 deletions

View file

@ -1,10 +0,0 @@
import index from "./src/index.html";
Bun.serve({
routes: {
"/": index,
},
development: true,
});
console.log("Server started on http://localhost:3000");