Skip to content

chore: add build readiness files#7

Merged
saagpatel merged 2 commits into
mainfrom
feat/ContentEngine-build-readiness
Mar 29, 2026
Merged

chore: add build readiness files#7
saagpatel merged 2 commits into
mainfrom
feat/ContentEngine-build-readiness

Conversation

@saagpatel
Copy link
Copy Markdown
Owner

Summary

  • Adds Makefile with standard TypeScript/Tauri targets: install, build, lint, test, dev, tauri-dev, tauri-build, type-check, clean
  • Adds .env.example documenting the two env vars used in the project (TAURI_DEV_HOST, VITE_CACHE_DIR)
  • Uses pnpm throughout to match the pnpm-lock.yaml in the repo

Test plan

  • make install installs dependencies via pnpm
  • make build runs tsc && vite build
  • make test runs vitest run
  • make dev launches the Vite dev server
  • make tauri-dev / make tauri-build delegate to Tauri CLI
  • .env.example accurately reflects env vars found in vite.config.ts

🤖 Generated with Claude Code

@saagpatel saagpatel merged commit 0c217ee into main Mar 29, 2026
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant