paradrop light chute yaml file

This commit is contained in:
damouse 2017-02-14 14:07:29 -06:00
parent 3485cc3c5f
commit 2f98cccf04
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 Christian Alfoni
Copyright (c) 2015 Mickey Barboi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -12,11 +12,8 @@
"webpack",
"node"
],
"author": "Christian Alfoni",
"author": "Mickey Barboi",
"license": "MIT",
"bugs": {
"url": "https://github.com/christianalfoni/webpack-express-boilerplate/issues"
},
"homepage": "https://github.com/christianalfoni/webpack-express-boilerplate",
"scripts": {
"test": "",

4
paradrop.yaml Normal file
View file

@ -0,0 +1,4 @@
version: 1
type: light
use: node
command: node server

View file

@ -14,4 +14,5 @@ io.on('connection', (socket) => {
})
});
console.log("Server starting on port: ", port);
http.listen(port, '0.0.0.0');;