Generated by Spark: Is there a simpler way for the docker image to serve up the app? Its really glitchy when deploying to caprover

This commit is contained in:
2026-01-17 17:00:11 +00:00
committed by GitHub
parent 640c861ac2
commit 855257f392
4 changed files with 87 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
"lint": "eslint . --fix",
"lint:check": "eslint .",
"optimize": "vite optimize",
"preview": "vite preview",
"preview": "vite preview --host 0.0.0.0 --port ${PORT:-80}",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",