mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
WIP Items module.
This commit is contained in:
6
server/config/index.js
Normal file
6
server/config/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import path from 'path';
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
dotenv.config({
|
||||
path: path.resolve(process.cwd(), '.env.test'),
|
||||
});
|
||||
Reference in New Issue
Block a user