Move model files to crafting-guide-common

This commit is contained in:
Andrew Miner
2017-05-02 18:34:53 -07:00
parent 69ca6b06b9
commit bd96bc6575
85 changed files with 134 additions and 5686 deletions
-6
View File
@@ -9,12 +9,6 @@ require('dotenv').config()
########################################################################################################################
global._ = require './underscore'
global.c = require './constants'
global.w = require 'when'
########################################################################################################################
CraftingGuideServer = require './crafting_guide_server'
server = new CraftingGuideServer process.env.WEBSITE_SERVER_PORT
server.start()