Skip to content

Commit

Permalink
Fix k8s run
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos5611 committed Feb 19, 2021
1 parent ccf264f commit 5e82bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export async function main(options: ApplicationConfig = {}) {
const app = new ApiApplication(options);
await app.boot();
// This should be removed
// await app.migrateDataSources();
// await seedDev();
await app.migrateDataSources();
await seedDev();
await app.start();

const url = app.restServer.url;
Expand Down

0 comments on commit 5e82bd3

Please sign in to comment.