npm start executes node index.js public

This commit is contained in:
schlagmichdoch 2022-12-23 05:39:16 +01:00
parent aa38ae2a28
commit 51542e9dce
2 changed files with 675 additions and 26 deletions

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "node index.js public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",