feat: add environment configuration files and update API base URL handling for production

This commit is contained in:
JSC
2025-08-09 14:43:09 +02:00
parent b43d29e862
commit d53c08d7a0
10 changed files with 55 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite --port 8001",
"build": "tsc -b && vite build",
"build:production": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},