fix: Make start command more robust for container

This commit is contained in:
Sovereignty 2025-06-13 18:40:48 +02:00
parent b7ddedb2e8
commit 62f02bf3ae

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "serve -s dist",
"start": "serve -s dist -l 3000",
"preview": "vite preview"
},
"dependencies": {