The production build (vue-tsc -b) failed because tsconfig.node.json had allowImportingTsExtensions without a compatible emit setting, and @types/node was missing for node:url imports in vite.config.ts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
112 B
Plaintext
11 lines
112 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
*.d.ts
|
|
!src/**/*.d.ts
|
|
frontend/vite.config.js
|