Skip to content

Commit

Permalink
Added debug config based on env
Browse files Browse the repository at this point in the history
  • Loading branch information
cerinoligutom committed Sep 13, 2019
1 parent d070dd1 commit 9cc81c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config: Config = {
seeds: {
directory: './src/db/seeds',
},
debug: env.db.debug,
};

export default config; // For application use
Expand Down

0 comments on commit 9cc81c9

Please sign in to comment.