FEAT: Added start script to package.json
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m39s
Run Unit and Integration Tests / test (push) Successful in 1m3s

This commit is contained in:
2025-06-18 19:56:15 +01:00
parent 2c53e26d2e
commit 5c9ac2ec7b

View File

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "export PORT=3000 && node ./build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",