import cors from "@fastify/cors";

This commit is contained in:
Luiz H. R. Silva 2024-06-12 19:40:48 -03:00
parent fa975b9743
commit 10d1e0dd4d
3 changed files with 33 additions and 2 deletions

View file

@ -19,6 +19,7 @@
},
"license": "ISC",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/static": "^7.0.4",
"fastify": "^4.27.0",
"react": "^18.3.1",