This commit is contained in:
Maidul Islam
2024-02-13 00:29:49 -05:00
parent e707f0d235
commit b32558c66f

View File

@@ -5,7 +5,7 @@ import dotenv from "dotenv";
import type { Knex } from "knex";
import path from "path";
// Update with your config settings.
// Update with your config settings. .
dotenv.config({
path: path.join(__dirname, "../../.env"),
debug: true