otherwise calling foo/bar/fairpost.js fails https://github.com/commonpike/fairpost/blob/83415a38cac8b584b5712b46659c382f6833f6fd/src/bootstrap.ts#L1-L2 ``` import dotenv from "dotenv"; import path from "path"; dotenv.config({ path: path.resolve(__dirname, "../.env"), }); ```
otherwise calling foo/bar/fairpost.js fails
fairpost/src/bootstrap.ts
Lines 1 to 2 in 83415a3