mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
feat: startpage
This commit is contained in:
parent
6418da63ba
commit
8d6c3ace0b
19 changed files with 7804 additions and 6133 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue