Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.32.1
  project name = huskapi
  package manager = pnpm@9.12.3
  wrangler = wrangler@3.86.1
  git = 2.47.0
This commit is contained in:
nin0 2024-11-16 13:16:25 -05:00
commit caf49df905
12 changed files with 2197 additions and 0 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space