update projext
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"build": "react-router build",
|
||||
"cf-typegen": "wrangler types",
|
||||
"deploy": "npm run build && wrangler deploy",
|
||||
"dev": "react-router dev",
|
||||
"dev": "react-router dev --port 5171",
|
||||
"postinstall": "npm run cf-typegen",
|
||||
"preview": "npm run build && vite preview",
|
||||
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable */
|
||||
// Generated by Wrangler by running `wrangler types` (hash: 1aadef19c576560a2c23acd0e7ab9b2e)
|
||||
// Generated by Wrangler by running `wrangler types` (hash: ec908479f8a48e246d1d9e73b0ee6dac)
|
||||
// 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: "1db63660-063d-4280-b2ea-388aca4a9459";
|
||||
REDIRECT_URI: "https://admin.saladeaula.digital/login";
|
||||
SCOPE: "openid profile email offline_access apps:admin";
|
||||
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 {}
|
||||
|
||||
Reference in New Issue
Block a user