fix: Improve rendering stability

This commit is contained in:
Mark Tolmacs
2025-09-05 12:58:22 +02:00
parent 5ba2798306
commit 2ed78d4895
5 changed files with 5 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@
"build:version": "node ../scripts/build-version.js",
"build": "yarn build:app && yarn build:version",
"start": "yarn && vite",
"start:test": "yarn && vite --mode test",
"start:production": "yarn build && yarn serve",
"serve": "npx http-server build -a localhost -p 5001 -o",
"build:preview": "yarn build && vite preview --port 5000"