fix build
Some checks failed
Build and Push Docker Image / Explore-Gitea-Actions (push) Waiting to run
Build Docker Image / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Tim
2024-07-29 20:41:00 +02:00
parent 3b546cd829
commit 2b044a7fe5

View File

@@ -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",