feat(FN-4266): complete Step 6 — add changeset

Ref: Runfusion/Fusion#216
Fusion-Task-Id: FN-4266
Fusion-Task-Lineage: 4105d2eb-f3d8-4297-9b49-bf7e5a2906be
This commit is contained in:
Fusion
2026-05-12 23:30:34 -07:00
committed by gsxdsm
parent b50e597deb
commit 6f976d3933

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
`fn serve` and `fn daemon` now auto-register the current directory as a Fusion project on first run, fixing the `No engine started for the current project — exiting` failure in CI/Docker/cron/headless environments. Pass `--no-auto-register` to preserve the previous strict behavior.