node-api-template/bin/start_server.sh

5 lines
162 B
Bash
Raw Normal View History

2024-07-03 18:52:30 +00:00
#!/bin/sh
npx sequelize db:migrate --env production
node --trace-deprecation -r ts-node/register/transpile-only -r tsconfig-paths/register bin/node-api-template