deployment-tweaks (#17)
Some checks failed
Check / Backend (push) Successful in 13m9s
Check / Frontend (push) Successful in 2m26s
Docker Build / Build and Push Frontend Image (push) Successful in 12m35s
Docker Build / Build and Push Backend Image (push) Failing after 44s

Reviewed-on: #17
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2025-10-19 04:07:30 +00:00 committed by Drew
parent 25eb4af14d
commit ef609f748d
3 changed files with 7 additions and 11 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "PORT=5173 react-router-serve ./build/server/index.js",
"start": "react-router-serve ./build/server/index.js",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:run": "vitest run",