Files
enricobuehler 838cdc4339
CI / build (push) Successful in 35s
CI / publish (push) Waiting to run
fix(ui): inherit the theme collision fixes from plugin-kit 0.1.3
The text-secondary re-point moved into the kit's theme.css (every plugin hits
it), joined there by the card-ring softening the console does in its own Card
wrapper. The SPA's stylesheet is back to imports only.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 19:50:00 +02:00

20 lines
434 B
JSON

{
"name": "rom-manager-workspace",
"private": true,
"type": "module",
"workspaces": [
"contract",
"plugin",
"ui"
],
"scripts": {
"typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck",
"test": "cd plugin && bun test",
"build": "cd plugin && bun run build:all",
"check": "bunx biome check ."
},
"devDependencies": {
"@biomejs/biome": "^2.5.2"
}
}