Files
FixIt/packages/integration/README.md
T
Cell f5b030b4eb chore(packages): replace helpers with standalone chroma-lexers and enrich shared
- Replace helpers dispatcher pattern with standalone chroma-lexers package
- Add runCommand, fromRoot, consola re-export to shared
- Update versioning and integration to use shared utilities
- Shorten dev version format: base36 timestamp, no hash
- Rename eslint.config.js to eslint.config.ts (add jiti)
- Add README.md to each package
2026-06-11 10:35:10 +08:00

341 B

@hugo-fixit/integration

Post-build script that merges apps/demo and apps/test build outputs into a unified public/ directory.

Usage

pnpm -F integration start

How it works

  1. Removes the existing public/ directory
  2. Copies apps/demo/public/ into public/
  3. Copies apps/test/public/ into public/test/