mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 17:05:40 +02:00
first commit
This commit is contained in:
commit
232d8b37d6
36 changed files with 11302 additions and 0 deletions
5
test/setup.ts
Normal file
5
test/setup.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
// test/setup.ts
|
||||
import * as dotenv from 'dotenv';
|
||||
import * as path from 'path';
|
||||
|
||||
dotenv.config({ path: path.resolve(__dirname, '.env.test.local') });
|
Loading…
Add table
Add a link
Reference in a new issue