5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
// Any setup scripts you might need go here
|
|
|
|
// Load .env files
|
|
import 'dotenv/config'
|