feat: cloudflare wrangler support
This commit is contained in:
parent
26fcc03f42
commit
cc0a34b23b
7 changed files with 382 additions and 0 deletions
6
wrangler/.prettierrc
Normal file
6
wrangler/.prettierrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"printWidth": 140,
|
||||
"singleQuote": true,
|
||||
"semi": true,
|
||||
"useTabs": true
|
||||
}
|
Reference in a new issue