Main entry point is ./app.js

This commit is contained in:
Johannes Zellner
2015-02-26 13:53:42 +01:00
parent 3c48e9da54
commit e7bbfe3ca8
+1 -1
View File
@@ -13,7 +13,7 @@
"node >= 0.10.0"
],
"bin": {
"cloudron": "./server.js"
"cloudron": "./app.js"
},
"dependencies": {
"async": "^0.9.0",