Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.23.0
  project name = get-pnpm
  package manager = pnpm@9.7.0
  wrangler = wrangler@3.68.0
  git = 2.43.0
This commit is contained in:
严浩
2024-08-10 13:38:05 +08:00
commit b796f01443
10 changed files with 1147 additions and 0 deletions

6
.prettierrc Normal file
View File

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