Skip to content

Commit

Permalink
feat: sequelize integration part 4 - finished network creation in the…
Browse files Browse the repository at this point in the history
… express and

fastify files
  • Loading branch information
AnthonyLzq committed Aug 7, 2022
1 parent fbbfed9 commit 82151c0
Show file tree
Hide file tree
Showing 3 changed files with 1,898 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/fastify/src/network/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ class Server {
try {
await this.#dbConnection()
await this.#connection?.connect()

if (process.env.MIGRATION)
await this.#connection?.createMigration(process.env.MIGRATION)

await this.#app.listen(PORT)
} catch (e) {
console.error(e)
Expand Down
Loading

0 comments on commit 82151c0

Please sign in to comment.