fix: rebase 3

This commit is contained in:
imccyu
2026-08-13 02:29:17 +08:00
parent 45dfff0cdd
commit 1ff62760d1
12 changed files with 107 additions and 74 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { describe, expect, it } from 'vitest'
const root = fileURLToPath(new URL('..', import.meta.url))
function clientCssDeclarations(): string[] {
const clientGroups = ['client', 'self-modification']
const clientGroups = ['client', 'extensions']
return clientGroups.flatMap((group) => {
const clientRoot = resolve(root, 'packages', group)
return readdirSync(clientRoot, { withFileTypes: true })