We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f51be2 commit ed6d936Copy full SHA for ed6d936
lib/fastify-static.ts
@@ -13,6 +13,5 @@ export function registerServeStatic(server: FastifyInstance, config: Config) {
13
})
14
server.register(fastifyStatic, {
15
root: path.resolve(config.staticDir),
16
- serve: false,
17
18
}
0 commit comments