diff --git a/backend/src/db/knexfile.ts b/backend/src/db/knexfile.ts index ec7458da6..507100a22 100644 --- a/backend/src/db/knexfile.ts +++ b/backend/src/db/knexfile.ts @@ -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