CoastalCommitsPastes/server/index.ts

5 lines
72 B
TypeScript
Raw Normal View History

2022-03-24 17:57:40 -04:00
import * as dotenv from "dotenv"
dotenv.config()
2022-03-06 19:46:59 -05:00
2022-03-24 17:57:40 -04:00
import "./src/server"