Skip to content

Commit c9b4dde

Browse files
committed
refactor: Remove scripts section from backend package.json
- Remove npm start script configuration - Simplify package.json to only include dependencies - Users will run server with direct node command instead
1 parent ad2aff0 commit c9b4dde

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

chat-app/backend/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"type": "module",
3-
"scripts": {
4-
"start": "node server.js"
5-
},
63
"dependencies": {
74
"cors": "^2.8.6",
85
"express": "^5.2.1"

0 commit comments

Comments
 (0)