core: bundle database migrations into node build and auto-start server on port 1338

This commit is contained in:
Dax Raad
2026-03-10 11:50:14 -04:00
parent 406d216cd2
commit 070c1679e4
3 changed files with 58 additions and 3 deletions
+8 -1
View File
@@ -1 +1,8 @@
export { Server } from "./server/server"
import { Server } from "./server/server"
const result = await Server.listen({
port: 1338,
hostname: "0.0.0.0",
})
console.log(result)