We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076093 commit 3d1026cCopy full SHA for 3d1026c
knexfile.ts
@@ -1,4 +1,5 @@
1
-require('dotenv').config();
+import * as dotenv from 'dotenv';
2
+dotenv.config();
3
4
/**
5
* This is the database configuration for the migrations and
0 commit comments