generated from ztimson/template
Fixed review?
This commit is contained in:
@@ -5,8 +5,8 @@ import * as path from 'node:path';
|
||||
import * as fs from 'node:fs';
|
||||
import * as dotenv from 'dotenv';
|
||||
|
||||
dotenv.config();
|
||||
dotenv.config({path: '.env.local', override: true});
|
||||
dotenv.config({debug: false});
|
||||
dotenv.config({path: '.env.local', override: true, debug: false});
|
||||
|
||||
(async () => {
|
||||
const root = process.argv[2] || process.cwd(),
|
||||
|
||||
Reference in New Issue
Block a user