mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
- config-file: capture the raw jiti error for diagnostics instead of attaching it as `cause`. The dashboard error formatter (errorToNiceString -> nicify) renders `Error.cause` recursively, which would leak the underlying framework stack back into the user-facing message. - config-rendering: add `@hexclave/tanstack-start` to CONFIG_IMPORT_PACKAGES so projects that only depend on it render `@hexclave/tanstack-start/config` instead of falling back to `@hexclave/js/config` (a missing-module TS error). |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.cjs | ||
| LICENSE | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||