Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 13, 2024
1 parent e707f0d commit b32558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/db/knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b32558c

Please sign in to comment.