- 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
25 lines
385 B
Plaintext
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/
|