working on db initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user