Skip to content

Commit

Permalink
require PRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
bleucitron committed Jan 15, 2016
1 parent deba135 commit 6628968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require('es6-shim');
var fs = require('fs');
var path = require('path');

var PRIVATE = require('../PRIVATE.json');

// Dumps
var spawn = require('child_process').spawn;
var zlib = require('zlib');
Expand Down

0 comments on commit 6628968

Please sign in to comment.