mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
a9ccfc738d
* refactor: implement request id * refactor: fix tests * refactor: add unit tests
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import dotenv from 'dotenv';
|
|
import { findUp } from 'find-up';
|
|
|
|
dotenv.config({ path: await findUp('.env', {}) });
|
|
|
|
await import('./main.js');
|