feat(plugin): support enterprise extension (#861)

This commit is contained in:
Haze
2026-04-16 17:15:25 +08:00
committed by GitHub
Unverified
parent 2fefbf3aba
commit b884db629e
29 changed files with 847 additions and 22 deletions

View File

@@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Generate extension bridge
run: pnpm run ext:bridge
- name: Run linter
run: pnpm run lint
@@ -57,5 +60,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Generate extension bridge
run: pnpm run ext:bridge
- name: Build
run: pnpm run build:vite