Skip to content

Commit c62484d

Browse files
chore: wip
1 parent ee9bee7 commit c62484d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/framework/core/server/src/imports.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export function initiateImports(): void {
77
const options: AutoImportsOptions = {
88
dts: path.storagePath('framework/types/server-auto-imports.d.ts'),
99
dirs: [
10-
10+
path.storagePath('framework/orm/src/models'),
11+
path.storagePath('framework/requests'),
1112
],
1213
eslint: {
1314
enabled: true, // TODO: not needed in production envs

0 commit comments

Comments
 (0)