Skip to content

Commit

Permalink
fix: read model instance
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Dec 11, 2020
1 parent b679278 commit db4d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
import fs from 'fs'
import path from 'path'
import models from 'models/_instance'
import models from '../models/_instance'

const pathEnv = path.resolve('.env')

Expand Down

0 comments on commit db4d6b9

Please sign in to comment.