Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsit committed Jul 5, 2018
1 parent c5c0868 commit 69fe616
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 5 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require('dotenv').config()
if(process.env.NODE_ENV !== 'production') {
require('dotenv').config()
}

const express = require('express')
const bodyParser = require('body-parser')
const { ApolloEngine } = require('apollo-engine')
Expand Down
Loading

0 comments on commit 69fe616

Please sign in to comment.