Skip to content

Commit

Permalink
fix(decorators): πŸ‘…πŸ‘…πŸ‘…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodarru committed Oct 26, 2024
1 parent d092e72 commit 8a1fed6
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 { Yapper } from "./common/Yapper.js";
import { __DEV__ } from "./common/constants.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 8a1fed6

Please sign in to comment.