From 8c999b75e3c5d00ce95451062f76a1cc69c3cbbf Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Jul 2024 20:50:13 +0200 Subject: [PATCH] fix build --- view/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/package.json b/view/package.json index 219f251..b692dc0 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": "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",