Update package.json

- yarn start correct file
This commit is contained in:
cv
2021-05-28 14:22:40 +02:00
parent a47dfea56b
commit 0d78038797
+1 -1
View File
@@ -16,6 +16,6 @@
"socket.io": "^4.0.0"
},
"scripts": {
"start": "node app.js"
"start": "node src/app.js"
}
}