forked from MachinisteWeb/BlogAtlas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: MachinisteWeb <[email protected]>
- Loading branch information
1 parent
e98ca67
commit c91227c
Showing
10 changed files
with
10,547 additions
and
10,925 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
var NA = require('node-atlas'); | ||
|
||
global.NA = new NA(); | ||
global.NA.run({ | ||
webconfig: 'webconfig.production.json' | ||
}); |
Oops, something went wrong.