We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ce788 commit 4912046Copy full SHA for 4912046
src/buildRouter.ts
@@ -3,7 +3,7 @@ import AdminJS, { Router as AdminRouter } from 'adminjs';
3
import { FastifyInstance } from 'fastify';
4
import { RouteHandlerMethod } from 'fastify/types/route.js';
5
import { readFile } from 'fs/promises';
6
-import { fromPairs } from 'lodash';
+import fromPairs from 'lodash/fromPairs.js';
7
import * as mime from 'mime-types';
8
import path from 'path';
9
0 commit comments