Files
siv/db-data/_env.ts
2022-02-11 18:01:56 -08:00

6 lines
119 B
TypeScript

// Load this file first to set the environment variables
import env from 'dotenv'
env.config({ path: '.env.local' })