kinda working wip

This commit is contained in:
dylan
2024-03-29 20:23:14 -07:00
parent d4d436f34a
commit a361871ec9
16 changed files with 267029 additions and 40 deletions

View File

@@ -15,7 +15,8 @@
"prod-docker": "docker compose --profile prod up -d",
"prod-start": "echo \"building frontend\" && npm run prod-build-client && echo \"${DATABASE_URL}\" && echo \"running migrations\" && npm run prod-migrate && echo \"starting server\" && npm run withenv ./src/server/index.ts",
"withenv": "tsx ./scripts/run-with-env.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build-p8client": "bun build src/client/pico8-client/veryRawRenderCart.js --outdir src/client/pico8-client/build"
},
"repository": {
"type": "git",