feat(01-foundation-01): register branding package in root vitest config

- Add "packages/branding" to root vitest.config.ts projects array
- Enables pnpm vitest run --project "@paperclipai/branding" from repo root
This commit is contained in:
Mikkel Georgsen 2026-03-30 22:33:43 +02:00 committed by Nexus Dev
parent 1592401256
commit 606221993c

View file

@ -9,6 +9,7 @@ export default defineConfig({
"server",
"ui",
"cli",
"packages/branding",
],
},
});