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 6c66f98 commit f2c9319Copy full SHA for f2c9319
src/packages/core/vite.config.ts
@@ -37,6 +37,7 @@ export default defineConfig({
37
'picker-input/index': './picker-input/index.ts',
38
'property-action/index': './property-action/index.ts',
39
'property-editor/index': './property-editor/index.ts',
40
+ 'property-type/index': './property-type/index.ts',
41
'property/index': './property/index.ts',
42
'recycle-bin/index': './recycle-bin/index.ts',
43
'repository/index': './repository/index.ts',
0 commit comments