update projext

This commit is contained in:
2025-11-04 15:12:35 -03:00
parent 0b0ef528df
commit ede0e26dfc
11 changed files with 1841 additions and 33 deletions

View File

@@ -6,10 +6,10 @@
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler deploy",
"dev": "react-router dev",
"dev": "react-router dev --port 5175",
"postinstall": "npm run cf-typegen",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
"typecheck": "npm run cf-typegen && react-router typegen && tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",