thomaswilson-sveltekit/scripts/entrypoint.sh

8 lines
104 B
Bash
Raw Permalink Normal View History

2026-03-01 22:14:22 +00:00
#!/bin/sh
#Run the prisma:deploy npm script
npm run prisma:deploy
# Start the server
2026-03-01 22:14:22 +00:00
exec node build