5 lines
53 B
Bash
5 lines
53 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
pnpm prisma migrate deploy
|
||
|
|
pnpm run start
|