mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
|
Some checks failed
DB migration compat / Check if migrations changed (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled
Rename every STACK_*-prefixed env var to HEXCLAVE_* in the workflow files (the legacy names still work via dual-read, but canonical is clearer and avoids dual-read conflict checks firing on differing committed defaults). - secrets.STACK_FREESTYLE_REAL_API_KEY is a repo secret, left unchanged; only the env-var key it's assigned to (HEXCLAVE_FREESTYLE_API_KEY) is renamed. - HEXCLAVE_EMULATOR_HOME (qemu-emulator-build) is read directly via process.env in the CLI, not the dual-read helper, so emulator-paths.ts now reads HEXCLAVE_EMULATOR_HOME with a STACK_EMULATOR_HOME fallback. - Also drop the explanatory comment added for the local-emulator flag. |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .eslintrc.cjs | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||