mirror of
https://github.com/siv-org/siv.git
synced 2026-01-14 04:38:01 -05:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
// Load this file first to set the environment variables
|
|
|
|
import env from 'dotenv'
|
|
|
|
env.config({ path: '.env.local' })
|