From 3b7fbc8893bea720efea29164de5ee921e9b2b9f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 22 Jan 2019 21:43:06 +0100 Subject: Switched to file based server executable --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3