mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat(server): bigcapital cli commands
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import dotenv from 'dotenv';
|
||||
const dotenv = require('dotenv');
|
||||
|
||||
// Set the NODE_ENV to 'development' by default
|
||||
// process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
||||
@@ -9,7 +9,7 @@ if (envFound.error) {
|
||||
throw new Error("⚠️ Couldn't find .env file ⚠️");
|
||||
}
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
/**
|
||||
* Your favorite port
|
||||
*/
|
||||
Reference in New Issue
Block a user