Clean setup - nork v4, nothing else

This commit is contained in:
2024-04-29 21:26:04 +02:00
parent aa6643e023
commit 3f328e5316
8 changed files with 167 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import path from "path";
import { Env } from "nork";
const env = Env.get(path.join(__dirname, "../.env"));
export default env;