mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
fix: update wrangler file
This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// Generated by Wrangler by running `wrangler types` (hash: 292aeeaad14a692de2ecd641e28c3a4c)
|
// Generated by Wrangler by running `wrangler types` (hash: 36fde84689c3f27099933cfecdd83075)
|
||||||
// Runtime types generated with workerd@1.20260811.1 2025-09-27
|
// Runtime types generated with workerd@1.20260811.1 2025-09-27
|
||||||
interface __BaseEnv_Env {
|
interface __BaseEnv_Env {
|
||||||
AUTH_KV: KVNamespace;
|
AUTH_KV: KVNamespace;
|
||||||
@@ -18,7 +18,7 @@ declare namespace Cloudflare {
|
|||||||
interface Env extends __BaseEnv_Env {}
|
interface Env extends __BaseEnv_Env {}
|
||||||
}
|
}
|
||||||
interface Env extends __BaseEnv_Env {}
|
interface Env extends __BaseEnv_Env {}
|
||||||
declare module "docs/openapi.yaml" {
|
declare module "*.yaml" {
|
||||||
const value: string;
|
const value: string;
|
||||||
export default value;
|
export default value;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -16,7 +16,8 @@
|
|||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"type": "Text",
|
"type": "Text",
|
||||||
"globs": ["docs/openapi.yaml"]
|
"globs": ["**/*.yaml"],
|
||||||
|
"fallthrough": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"observability": {
|
"observability": {
|
||||||
|
|||||||
Reference in New Issue
Block a user