mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user