Skip to content

Commit df7096d

Browse files
committed
fix: example dirs
1 parent b41410d commit df7096d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ export const branchConfigs: Record<string, BranchConfig> = {
7070
}
7171

7272
export const rootDir = path.resolve(__dirname, '..')
73+
export const examplesDirs = [
74+
'examples/react',
75+
// 'examples/solid',
76+
// 'examples/svelte',
77+
// 'examples/vue',
78+
]

0 commit comments

Comments
 (0)