diff --git a/view/package.json b/view/package.json index 9d23e16..c0cc08d 100644 --- a/view/package.json +++ b/view/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "PUBLIC_BASE_API_URL=http://localhost:8080 vite dev", - "build": "vite build", + "build": "PUBLIC_BASE_API_URL=http://api.me-fit.eu 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",