Skip to content

Commit ed6d936

Browse files
committed
Re-enable fastify static serve option
1 parent 6f51be2 commit ed6d936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fastify-static.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ export function registerServeStatic(server: FastifyInstance, config: Config) {
1313
})
1414
server.register(fastifyStatic, {
1515
root: path.resolve(config.staticDir),
16-
serve: false,
1716
})
1817
}

0 commit comments

Comments
 (0)