mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm install -g npm@11.0.0
|
|
npm -v
|
|
|
|
npx zenstack generate
|
|
npx drizzle-kit migrate
|
|
npm run dev
|
|
|
|
exec "$@" |