main #15

Merged
daball merged 3 commits from daball/nm3clol-express-app:main into main 2024-06-24 01:03:52 -04:00
Showing only changes of commit 6979c455ef - Show all commits

View File

@ -182,8 +182,6 @@ export interface Config {
tikaUrl: string;
}
console.log(`Configuring .env and expanding .env to include environment variable references.`);
import path from 'path';
import dotenv from 'dotenv';
import dotenvExpand from 'dotenv-expand';