Skip to content

Commit

Permalink
Merge pull request #39 from botwiki/glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek authored Sep 11, 2020
2 parents 9590905 + e6fed15 commit 73aed21
Show file tree
Hide file tree
Showing 15 changed files with 444 additions and 463 deletions.
4 changes: 4 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ( !process.env.PROJECT_NAME || !process.env.PROJECT_ID ){
require( 'dotenv' ).config();
}

const path = require( 'path' ),
express = require( 'express' ),
session = require( 'express-session' ),
Expand Down
Loading

0 comments on commit 73aed21

Please sign in to comment.