fix build

This commit is contained in:
2024-07-29 20:50:13 +02:00
parent ca1013d3b3
commit a54796a545

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "PUBLIC_BASE_API_URL=http://localhost:8080 vite dev",
"build": "PUBLIC_BASE_API_URL=http://api.me-fit.eu vite build",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",