Skip to content

Commit

Permalink
test: fastify test (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Mar 27, 2024
1 parent 458c17c commit 8203d4c
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ const devMiddlewareOptions = {
};

(async () => {
await fastify.register(require("fastify-express"));
await fastify.register(require("@fastify/express"));
await fastify.use(devMiddleware(compiler, devMiddlewareOptions));
await fastify.listen(3000);
})();
Expand Down
Loading

0 comments on commit 8203d4c

Please sign in to comment.