Skip to content

Commit

Permalink
fix(decorators): πŸ‘…πŸ‘…πŸ‘…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodarru authored and splatterxl committed Oct 27, 2024
1 parent f3cbc98 commit 9e7e1ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { ERROR_HANDLER } from "./common/error.js";
import { Yapper } from "./common/Yapper.js";

export const server = fastify({
loggerInstance: new Yapper("a")
loggerInstance: new Yapper()
});

server.register(bootstrap, {
directory: resolve(__dirname, "rest"),
mask: /\.rest\./,
mask: RegExp(/\.(js|ts)$/),
prefix: "/api"
});

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9e7e1ac

Please sign in to comment.