Start-Command für Production hinzufügen

This commit is contained in:
2026-08-30 11:43:17 +02:00
parent 357fafe6b8
commit e4f9084059
+2 -2
View File
@@ -48,7 +48,8 @@
"tailwind-merge": "^3.0.2", "tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"three": "^0.185.1", "three": "^0.185.1",
"tw-animate-css": "^1.3.6" "tw-animate-css": "^1.3.6",
"tsx": "^4.21.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.4.5", "@biomejs/biome": "2.4.5",
@@ -63,7 +64,6 @@
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0", "babel-plugin-react-compiler": "^1.0.0",
"dotenv": "^17.3.1", "dotenv": "^17.3.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2", "typescript": "^6.0.2",
"vite": "^8.0.0" "vite": "^8.0.0"
}, },