Skip to content

Commit

Permalink
Load env file
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteBa committed May 15, 2019
1 parent 4b2198f commit c00b89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server.ts
@@ -1,4 +1,6 @@
import { config } from "dotenv"
import { config as dotenv_config } from "dotenv"
dotenv_config();

import * as express from "express";
import * as cors from "cors";

Expand Down

0 comments on commit c00b89d

Please sign in to comment.