Skip to content

Commit

Permalink
Add backend start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwreey committed Nov 20, 2023
1 parent 42fa894 commit 3386f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"lint": "eslint ."
},
"dependencies": {
"@fastify/cookie": "^9.2.0",
"@fastify/session": "^10.5.0",
"@fastify/static": "^6.12.0",
"@fastify/type-provider-typebox": "^3.5.0",
"@sinclair/typebox": "^0.31.28",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit 3386f95

Please sign in to comment.