cubbot/src/index.ts

6 lines
80 B
TypeScript
Raw Normal View History

2020-04-16 20:22:57 +00:00
import * as dotenv from 'dotenv'
dotenv.config()
import app from './app'
app()