dist
Some checks failed
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 1m47s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 8s
CI/CD Pipeline / Deploy to Kubernetes (push) Failing after 5m9s

This commit is contained in:
yohlo
2026-02-08 23:05:31 -06:00
parent a4e618f327
commit d4b52e762b
3 changed files with 5 additions and 5 deletions

View File

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