-
- Downloads
Ajout de http-server
... | ... | @@ -10,7 +10,8 @@ |
"@fastify/static": "^7.0.3", | ||
"@fastify/view": "^9.0.0", | ||
"ejs": "^3.1.10", | ||
"fastify": "^4.26.2" | ||
"fastify": "^4.26.2", | ||
"http-server": "^14.1.1" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "^24.0.0", | ||
... | ... |
Please register or sign in to comment