Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
6
worklenz-backend/src/bin/config.ts
Normal file
6
worklenz-backend/src/bin/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import dotenv from "dotenv";
|
||||
import SegfaultHandler from "segfault-handler";
|
||||
|
||||
dotenv.config();
|
||||
global.Promise = require("bluebird");
|
||||
SegfaultHandler.registerHandler("crash.log");
|
||||
Reference in New Issue
Block a user