Skip to content

Commit

Permalink
add missing fs
Browse files Browse the repository at this point in the history
that was embarassing... fixes billchurch#135
  • Loading branch information
billchurch committed Jun 13, 2019
1 parent 54d5fc4 commit 15b4ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// app.js

var path = require('path')
var fs = require('fs')
var nodeRoot = path.dirname(require.main.filename)
var configPath = path.join(nodeRoot, 'config.json')
var publicPath = path.join(nodeRoot, 'client', 'public')
Expand Down

0 comments on commit 15b4ad8

Please sign in to comment.