feat(server): bigcapital cli commands

This commit is contained in:
a.bouhuolia
2023-02-09 23:38:13 +02:00
parent d0e84fb51a
commit 7e7ee24109
4 changed files with 356 additions and 23 deletions

View File

@@ -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
*/