update package of fastify

This commit is contained in:
MuslemRahimi 2024-10-27 17:34:09 +01:00
parent 3c29c992e5
commit 044288eb02
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"start": "nodemon app.js"
"start": "fuser -k 2000/tcp || true && nodemon app.js"
},
"dependencies": {
"@fastify/cors": "^8.5.0",

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "backend",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}