fix build
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PUBLIC_BASE_API_URL=http://localhost:8080 vite dev",
|
"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",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
|
|||||||
Reference in New Issue
Block a user