stack/examples
Armaan Jain 10c48773b3
Coomstee's fix for my dev server issues (#1549)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/hexclave/hexclave/blob/dev/CONTRIBUTING.md

-->


<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Stabilizes local dev by running clean tasks sequentially and disabling
the old demo dev script. This prevents race conditions during `clean`
and avoids accidental use of an unstable demo dev server.

- **Bug Fixes**
- Run `turbo run clean` with `--concurrency 1` in the root `clean`
script to avoid parallel clean conflicts.
- Rename demo app `dev` script to `dev:old` to stop invoking the flaky
dev command.

<sup>Written for commit 37f692157f.
Summary will update on new commits.</sup>

<a
href="https://cubic.dev/pr/hexclave/hexclave/pull/1549?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>

<!-- End of auto-generated description by cubic. -->



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Restructured development build scripts to enhance workflow
organization and improve team efficiency.
* Implemented concurrent task execution in system cleanup procedures to
accelerate build processes and reduce overall build time during
development cycles.
* Updated core build configuration to better support parallel task
operations and concurrent processing.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-03 18:12:29 -07:00
..
cjs-test chore: update package versions 2026-06-04 00:19:36 +00:00
convex chore: update package versions 2026-06-04 00:19:36 +00:00
demo Coomstee's fix for my dev server issues (#1549) 2026-06-03 18:12:29 -07:00
docs-examples chore: update package versions 2026-06-04 00:19:36 +00:00
e-commerce chore: update package versions 2026-06-04 00:19:36 +00:00
js-example chore: update package versions 2026-06-04 00:19:36 +00:00
lovable-react-18-example chore: update package versions 2026-06-04 00:19:36 +00:00
middleware chore: update package versions 2026-06-04 00:19:36 +00:00
react-example chore: update package versions 2026-06-04 00:19:36 +00:00
supabase chore: update package versions 2026-06-04 00:19:36 +00:00
tanstack-start-demo chore: update package versions 2026-06-04 00:19:36 +00:00