mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
6 lines
No EOL
112 B
TypeScript
6 lines
No EOL
112 B
TypeScript
import { config } from 'dotenv'
|
|
import { env } from 'cloudflare:test'
|
|
|
|
config()
|
|
|
|
Object.assign(env, process.env) |