'server-file-added'
Showing
... | ... | @@ -6,6 +6,9 @@ |
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.18.3", | ||
"mongodb": "^6.5.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "5.0.1", | ||
... | ... | @@ -15,7 +18,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"server":"node --watch server.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
... | ... |
Please register or sign in to comment