mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 02:46:16 +00:00
feat: startpage
This commit is contained in:
2
pests-repellent/.vscode/settings.json
vendored
2
pests-repellent/.vscode/settings.json
vendored
@@ -2,4 +2,4 @@
|
||||
"files.associations": {
|
||||
"wrangler.json": "jsonc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
"vitest": "~3.2.0",
|
||||
"wrangler": "^4.20.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,9 +36,7 @@
|
||||
|
||||
/* Skip type checking all .d.ts files. */
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"./worker-configuration.d.ts"
|
||||
]
|
||||
"types": ["./worker-configuration.d.ts"]
|
||||
},
|
||||
"exclude": ["test"],
|
||||
"include": ["worker-configuration.d.ts", "src/**/*.ts"]
|
||||
|
||||
12815
pests-repellent/worker-configuration.d.ts
vendored
12815
pests-repellent/worker-configuration.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,7 @@
|
||||
"observability": {
|
||||
"enabled": true,
|
||||
},
|
||||
"routes": [
|
||||
"fmhy.net/*"
|
||||
],
|
||||
"routes": ["fmhy.net/*"],
|
||||
/**
|
||||
* Smart Placement
|
||||
* Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
|
||||
|
||||
Reference in New Issue
Block a user