ef005ef0b2
And a bonus health endpoint to make the simplest test possible
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import * as dotenv from 'dotenv';
|
|
import * as path from 'path';
|
|
|
|
dotenv.config({ path: path.resolve(process.cwd(), '.env.test') });
|