feat: cloudflare wrangler support

This commit is contained in:
CDN18 2023-11-15 10:52:33 +08:00
parent 26fcc03f42
commit cc0a34b23b
Signed by: CDN
GPG key ID: CF7D420E4A155266
7 changed files with 382 additions and 0 deletions

6
wrangler/.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}