dorfteich/apps/web
Claude Fable 5 58d3a0b80f
Some checks failed
CD / Build and push images (push) Successful in 1m42s
CI / Lint, typecheck, test (push) Successful in 1m13s
CI / Auth e2e pack (push) Failing after 40s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 7s
CD / Smoke tests against Test (push) Successful in 1m4s
CD / Promote to Int (push) Successful in 9s
Define the reset-password form schema in shared
Composing z.object() in the web app around a schema imported from
@dorfteich/shared mixes two zod type instances and breaks the
zodResolver overload on fresh installs (CI). Like the other forms,
the schema now lives in the shared package.

Part of #20

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 05:47:40 +02:00
..
e2e Add auth e2e regression pack with fixtures and CI stack 2026-07-05 05:43:05 +02:00
src Define the reset-password form schema in shared 2026-07-05 05:47:40 +02:00
test-results Add auth e2e regression pack with fixtures and CI stack 2026-07-05 05:43:05 +02:00
Dockerfile Add production Dockerfiles and the Compose stack with dev overlay 2026-07-04 19:30:21 +02:00
index.html Add React SPA shell with routing, layout, and API status 2026-07-04 19:19:12 +02:00
nginx.conf Add production Dockerfiles and the Compose stack with dev overlay 2026-07-04 19:30:21 +02:00
package.json Add auth, settings, and admin UI to the SPA 2026-07-05 05:35:56 +02:00
playwright.config.ts Add CD workflow: build-push, deploy Test, smoke suite, promote Int 2026-07-04 19:57:16 +02:00
tsconfig.json Add React SPA shell with routing, layout, and API status 2026-07-04 19:19:12 +02:00
vite.config.ts Add production Dockerfiles and the Compose stack with dev overlay 2026-07-04 19:30:21 +02:00
vitest.config.ts Keep Playwright specs out of Vitest collection 2026-07-05 00:28:28 +02:00