mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
- BUG: apps/dashboard/scripts/bundle-type-definitions.ts pointed at the renamed-away packages/template/src/lib/stack-app, so its glob matched 0 files and silently emptied BUNDLED_TYPE_DEFINITIONS (dashboard AI type bundle). Fixed -> lib/hexclave-app; regenerated bundle now contains 23 files. - Stale source-path comments: urls.tsx, admin-metrics.ts. - Removed dead STACK_RUN_SETUP_WIZARD_TESTS CI var (its only consumer, the init-stack setup-wizard test, was deleted). - Removed stale packages/stack/* entries from .gitignore + .dockerignore (dir renamed to packages/next, whose entries already exist). typecheck + lint green. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| components.json | ||
| DESIGN-GUIDE.md | ||
| instrumentation-client.ts | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||