mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
current_date=$(date +"%Y-%m-%d")
|
|
npx prisma migrate dev --name $current_date
|
|
npm run dev
|
|
|
|
exec "$@" |