thomaswilson-sveltekit/scripts/entrypoint.sh

8 lines
106 B
Bash
Raw Normal View History

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