File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default defineConfig({
19
19
'content-type/index' : './content-type/index.ts' ,
20
20
'content/index' : './content/index.ts' ,
21
21
'culture/index' : './culture/index.ts' ,
22
+ 'dashboard/index' : './dashboard/index.ts' ,
22
23
'debug/index' : './debug/index.ts' ,
23
24
'entity-action/index' : './entity-action/index.ts' ,
24
25
'entity-bulk-action/index' : './entity-bulk-action/index.ts' ,
@@ -57,7 +58,6 @@ export default defineConfig({
57
58
'validation/index' : './validation/index.ts' ,
58
59
'variant/index' : './variant/index.ts' ,
59
60
'workspace/index' : './workspace/index.ts' ,
60
- //'settings/index': './settings/index.ts', // currently no index file so it is left out
61
61
manifests : 'manifests.ts' ,
62
62
} ,
63
63
} ) ,
You can’t perform that action at this time.
0 commit comments