cubbot/src/index.ts

6 lines
80 B
TypeScript

import * as dotenv from 'dotenv'
dotenv.config()
import app from './app'
app()