From d23c8c31e1924fe0fd1096d6e6ef1653b3f1680f Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Tue, 15 Aug 2023 04:51:23 +0200 Subject: [PATCH] npm start launches server --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a28987..bedd8f4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Visualiser for Uni2work workflows", "type": "module", "scripts": { - "start": "start ./editor.html; cd spaß; py ../server.py", + "start": "npx http-server --cors -o ./editor.html", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {