6 lines
42 B
Bash
6 lines
42 B
Bash
#!/bin/sh
|
|
|
|
pnpm db:migrate
|
|
|
|
node index.js
|
#!/bin/sh
|
|
|
|
pnpm db:migrate
|
|
|
|
node index.js
|