Skip to content

Commit

Permalink
Disabled knex
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 8, 2025
1 parent 063d12c commit ee503f9
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 333 deletions.
10 changes: 5 additions & 5 deletions app/src/db.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const knex = require("knex");
const knexConfig = require("./knexfile");
// const knex = require("knex");
// const knexConfig = require("./knexfile");

//const environment = process.env.NODE_ENV || "development";
const db = knex(knexConfig);
// //const environment = process.env.NODE_ENV || "development";
// const db = knex(knexConfig);

module.exports = db;
// module.exports = db;
Loading

0 comments on commit ee503f9

Please sign in to comment.