luigi12345's picture
797eac7ad7b83c07b3fa7b7d4e874e326eda68c915c93b978b0aaa66096fcfd3
f2f7df4 verified
raw
history blame
131 Bytes
#!/bin/sh
# Run migrations
pnpm prisma migrate deploy
# Seed the database
pnpm prisma db seed
# Start the application
pnpm start