mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP Items module.
This commit is contained in:
7
server/src/database/knex.js
Normal file
7
server/src/database/knex.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Knex from 'knex';
|
||||
import knexfile from '@/../knexfile';
|
||||
|
||||
const config = knexfile[process.env.NODE_ENV];
|
||||
const knex = Knex(config);
|
||||
|
||||
export default knex;
|
||||
Reference in New Issue
Block a user