working on db initialization

This commit is contained in:
2025-07-07 22:12:15 +02:00
parent 72940f92c3
commit d4bcf07b5c
2 changed files with 20 additions and 3 deletions

View File

@@ -2,12 +2,11 @@
if [ ! -f "/home/svelte/frontend/vite.config.js" ]; then
npm create -y vite@6 frontend -- --template svelte
cd frontend
npm install
else
echo Svelte-Project recognized, starting…
cd frontend
fi
cd frontend
npm install
npm run dev -- --host 0.0.0.0
npm run build