2014-11-11 01:51:41 +08:00
|
|
|
// This is a simple wrapper to run the app with 'node app.js'
|
2013-06-08 04:47:18 +08:00
|
|
|
|
2014-11-11 01:51:41 +08:00
|
|
|
require("coffee-script/register");
|
2013-06-08 04:47:18 +08:00
|
|
|
|
2014-11-11 03:32:51 +08:00
|
|
|
Application = require('./application.coffee');
|
2014-11-11 01:51:41 +08:00
|
|
|
application = new Application();
|
|
|
|
application.start();
|