mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(server): move all cli commands codebase to be TS based.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const dotenv = require('dotenv');
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
// Set the NODE_ENV to 'development' by default
|
||||
// process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
||||
Reference in New Issue
Block a user