server.ts

This commit is contained in:
yohlo
2026-02-08 23:19:48 -06:00
parent d4b52e762b
commit 1e3eaf0c35
3 changed files with 558 additions and 3 deletions

View File

@@ -6,8 +6,7 @@
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"build": "vite build && tsc --noEmit",
"start": "bun run dist/server/index.mjs",
"start:node": "node dist/server/index.mjs"
"start": "bun run server.ts"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",