CoastalCommitsPastes/server/index.ts

5 lines
72 B
TypeScript
Raw Normal View History

2022-03-24 14:57:40 -07:00
import * as dotenv from "dotenv"
dotenv.config()
2022-03-06 16:46:59 -08:00
2022-03-24 14:57:40 -07:00
import "./src/server"