Skip to content

Commit d2a4ec0

Browse files
authored
fix: correct .zenstack/package.json export (#2077)
1 parent ef7522e commit d2a4ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schema/src/plugins/plugin-utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export function ensureDefaultOutputFolder(options: PluginRunnerOptions) {
6767
},
6868
'./models': {
6969
types: './models.d.ts',
70+
default: './models.js',
7071
},
7172
},
7273
};

0 commit comments

Comments
 (0)