Skip to content

Commit f438c02

Browse files
committed
Add multiselect clear-all controls
1 parent 26f5fa5 commit f438c02

4 files changed

Lines changed: 384 additions & 21 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"build:src": "pnpm --filter @jazelly/agentic-react run build:src",
88
"dev": "pnpm -r --parallel --if-present run start",
99
"playground": "pnpm --filter agentic-react-vite-playground run start",
10+
"playground:vite": "pnpm --filter agentic-react-vite-playground run start",
11+
"playground:next": "pnpm --filter agentic-react-next-playground run start",
12+
"playground:webpack": "pnpm --filter agentic-react-webpack-playground run start",
1013
"playground:nx-mf": "pnpm -C playground/agentic-react-nx-module-federation-playground run start",
1114
"format": "pnpm biome format --write",
1215
"lint": "pnpm biome lint --write",

0 commit comments

Comments
 (0)