mirror of
https://github.com/siv-org/siv.git
synced 2026-05-03 03:00:59 -04: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' })
|