Move js to src folder and add run command

This commit is contained in:
2023-06-01 11:03:33 +02:00
parent 50c9f09b96
commit 249c042995
2 changed files with 1 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"server": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Minzkraut", "author": "Minzkraut",