Files
fusion/.gitignore
Dustin Byrne 6a754cf199 feat(HAI-002): complete React conversion with build fixes and project setup
- Fix Vite alias to resolve @hai/core to types-only module (avoids Node.js deps in browser bundle)
- Add tsconfig.app.json for client-side typecheck
- Fix server.ts return type annotation
- Update imports to use @hai/core (resolved via Vite alias)
- Add base project files needed for workspace
2026-03-25 18:29:50 -04:00

25 lines
385 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
*.tsbuildinfo
# hai runtime (local board state — don't commit)
.hai/
# Taskplane runtime artifacts
.pi/batch-state.json
.pi/batch-history.json
.pi/lane-state-*
.pi/merge-result-*
.pi/merge-request-*
.pi/worker-conversation-*
.pi/orch-logs/
.pi/orch-abort-signal
.pi/settings.json
.worktrees/
# Pi project-local packages
.pi/npm/