Use brace expansion in import.meta.glob pattern so Vite treats it as a
dynamic glob (returns {} when no files match) instead of compiling it
to a static import that errors when the gitignored file is absent in CI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| composables | ||
| contracts | ||
| directives | ||
| layouts | ||
| router | ||
| services | ||
| types | ||
| utils | ||
| views | ||
| App.vue | ||
| config.ts | ||
| env.d.ts | ||
| main.ts | ||
| wagmi.ts | ||