add debug

This commit is contained in:
Henry
2023-05-19 18:20:41 +01:00
parent fb400cbfbc
commit 1f4efd6734
12 changed files with 28 additions and 10 deletions
+6
View File
@@ -1,2 +1,8 @@
import dotenv from 'dotenv'
import path from 'path'
const envPath = path.join(__dirname, '..', '..', '.env')
dotenv.config({ path: envPath })
export * from './Interface'
export * from './utils'