From a737f4843398ba72818135b2d6039696bfcaead9 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 20 Sep 2018 15:27:37 +0200 Subject: [PATCH] Debug AWS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42e434b..949a4a8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "node ./bin/www", + "start": "nodejs ./bin/www", "dev": "DEBUG=myapp:* nodemon" }, "dependencies": {