diff options
author | Marvin Borner | 2019-01-22 21:43:06 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 21:43:06 +0100 |
commit | 3b7fbc8893bea720efea29164de5ee921e9b2b9f (patch) | |
tree | ba51530817ecb3df49378379e0a6f46fef97bd1d /package.json | |
parent | 3de7505e2b0a2daa6386ab161e9b8520870c1393 (diff) |
Switched to file based server executable
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |