This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wrBEIRqX
/
elxr
forked from
jemima/elxr
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
http://git.bbh/chess/elxr
production
aaron
2 years ago
parent
5beabf1257
36ee1b920e
commit
256a0170ca
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
4
1
index.js
+ 4
- 1
index.js
View File
@@ -1,4 +1,7 @@
var path = require('path');
global.env = process.env
global.env.NODE_ENV = global.env.NODE_ENV || 'development'
var path = require('path');
var utils = require('bbhverse');
var any = utils.any;
var Tasq = utils.Tasq
Write
Preview
Loading…
Cancel
Save