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",

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 94bfdc7e16675b26364c038a94ff21b3)
// Generated by Wrangler by running `wrangler types` (hash: 9130e11c7e4fa48b035ffe269cd5babc)
// Runtime types generated with workerd@1.20251011.0 2025-04-04
declare namespace Cloudflare {
interface GlobalProps {
@@ -7,14 +7,11 @@ declare namespace Cloudflare {
}
interface Env {
CLIENT_ID: "78a0819e-1f9b-4da1-b05f-40ec0eaed0c8";
REDIRECT_URI: "https://studio.saladeaula.digital/login";
SCOPE: "openid profile email offline_access apps:studio";
API_URL: "https://bcs7fgb9og.execute-api.sa-east-1.amazonaws.com";
ISSUER_URL: "https://id.saladeaula.digital";
MEILI_HOST: "https://search.saladeaula.digital";
CLIENT_SECRET: string;
REDIRECT_URI: string;
SESSION_SECRET: string;
MEILI_API_KEY: string;
}
}
interface Env extends Cloudflare.Env {}