build: edit package.json to reference location of server.js to start the app

This commit is contained in:
Ryan Mwangi 2024-11-21 14:45:42 +03:00
parent 42cbb15463
commit bafb997fa6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node src/server.js"
},
"author": "ryan",
"license": "ISC",