fix(web): add missing @spacedrive/tokens dependency

The web app imports @spacedrive/tokens/src/css/theme.css in index.css
but didn't declare it as a dependency, causing the vite build to fail
in CI where spaceui isn't available as a sibling directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James Pine
2026-04-14 18:17:05 -07:00
parent 37bb1b2f26
commit db5f362f12
2 changed files with 1 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@sd/interface": "workspace:*",
"@spacedrive/tokens": "^0.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},

BIN
bun.lockb
View File

Binary file not shown.