* adding typeorm to api * switching to sqlite * switching to sqlite * switching to sqlite * migrating to sqlite * updating terraform * updating infrastructure
3 lines
107 B
Bash
3 lines
107 B
Bash
#!/bin/bash
|
|
npx typeorm migration:run -d ./app/api/dist/database/data-source.js
|
|
node ./app/api/dist/main.js |