node-api-template/bin/start_server.sh
2024-07-03 14:52:30 -04:00

5 lines
162 B
Bash

#!/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