aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2019-01-22 21:43:06 +0100
committerMarvin Borner2019-01-22 21:43:06 +0100
commit3b7fbc8893bea720efea29164de5ee921e9b2b9f (patch)
treeba51530817ecb3df49378379e0a6f46fef97bd1d /package.json
parent3de7505e2b0a2daa6386ab161e9b8520870c1393 (diff)
Switched to file based server executable
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6410762..f0685d4 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"watch": "npm run build && onchange public/styles/* -- npm run css & watchify public/scripts/*.js -o dist/app.js -v",
"css": "node-sass public/styles/main.scss dist/app.css --output-style compressed",
"build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/fonts/* dist/",
- "server": "peerjs --port 4242"
+ "server": "node src/server.js"
},
"keywords": [
"express",