Skip to content

Commit 48220a5

Browse files
committed
feat: log main files and increase ux
1 parent 4b2593a commit 48220a5

28 files changed

+277
-101
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

dist/controllers/api.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/api.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/auth.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

dist/controllers/auth.js

+15-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/auth.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
import { Application } from 'express';
2-
export declare const createApp: (app: Application, mongoUri: string) => void;
2+
export declare const createExpressLogger: ({ app, mongoUri, beginswith, specifics }: {
3+
app: Application;
4+
mongoUri: string;
5+
beginswith?: string[];
6+
specifics?: string[];
7+
}) => void;
8+
export declare const CreateNextLogger: () => void;
39
//# sourceMappingURL=index.d.ts.map

dist/index.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

dist/index.js

+8-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)