mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add debug
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user