mirror of
https://github.com/hoornet/vega.git
synced 2026-06-30 14:08:34 -07:00
23ef37da11
Vite 8 switches the bundler to Rolldown, which no longer accepts the object form of rollupOptions.output.manualChunks — it must be a function. Convert it (same ndk/vendor split intent) and give tsconfig.node.json a modern target/lib so vite.config.ts type-checks against String.includes.
54 lines
723 B
Plaintext
54 lines
723 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Playwright output
|
|
.playwright-mcp/
|
|
|
|
# Build artifacts / test screenshots
|
|
squashfs-root/
|
|
phase-4-tests/
|
|
screenshots/
|
|
*.png
|
|
!src-tauri/icons/*.png
|
|
|
|
# Memory test output (produced by scripts/memory-test.sh)
|
|
memory-test-*.tsv
|
|
|
|
# Private docs (drafts, specs, research, grant applications)
|
|
private_docs/
|
|
test/accounts.json
|
|
|
|
# AI agent / editor state
|
|
.agents/
|
|
.claude/
|
|
.omc/
|
|
.pi/
|
|
.windsurf/
|
|
.impeccable.md
|
|
skills-lock.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|