3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/bash
|
|
npx typeorm migration:run -d ./dist/config/typeorm-cli.config.js
|
|
node ./dist/main.js |