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 ee9bee7 commit c62484dCopy full SHA for c62484d
storage/framework/core/server/src/imports.ts
@@ -7,7 +7,8 @@ export function initiateImports(): void {
7
const options: AutoImportsOptions = {
8
dts: path.storagePath('framework/types/server-auto-imports.d.ts'),
9
dirs: [
10
-
+ path.storagePath('framework/orm/src/models'),
11
+ path.storagePath('framework/requests'),
12
],
13
eslint: {
14
enabled: true, // TODO: not needed in production envs
0 commit comments