fix: add architecture-adventure workspace to knip config

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alexander Brown
2026-03-26 17:03:09 -07:00
parent 5d83ee5f3c
commit bdced9ce86

View File

@@ -28,6 +28,10 @@ const config: KnipConfig = {
'packages/ingest-types': {
project: ['src/**/*.{js,ts}']
},
'apps/architecture-adventure': {
project: ['src/**/*.ts'],
vite: { config: ['vite.config.ts'] }
},
'apps/website': {
entry: [
'src/pages/**/*.astro',