- Rough in front end / backend

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-23 10:20:26 -05:00
parent 09d112350a
commit cfe0727447
2 changed files with 20 additions and 20 deletions

View File

@@ -1,10 +1,4 @@
const path = require("path");
require("dotenv").config({
path: path.resolve(
process.cwd(),
`.env.${process.env.NODE_ENV || "development"}`
),
});
/**
* Checks if the event secret is correct