Skip to content

Commit 6b25a06

Browse files
committed
chore: Zod v4 email, ESLint 10, and SPA deep-link routing
Migrate deprecated z.string().email() to z.email(), upgrade ESLint and react-hooks with lint fixes, and route only /api/* through the Worker so SPA deep links resolve correctly in production.
1 parent 10dddcb commit 6b25a06

10 files changed

Lines changed: 4456 additions & 680 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import reactRefresh from "eslint-plugin-react-refresh";
55
import tseslint from "typescript-eslint";
66

77
export default tseslint.config(
8-
{ ignores: ["dist"] },
8+
{ ignores: ["dist", "worker-configuration.d.ts"] },
99
{
1010
extends: [js.configs.recommended, ...tseslint.configs.recommended],
1111
files: ["**/*.{ts,tsx}"],

0 commit comments

Comments
 (0)