Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.21.9
  project name = cloudflare-pages-builds-worker
  package manager = npm@10.8.1
  wrangler = wrangler@3.62.0
  git = 2.45.2
This commit is contained in:
J-onasJones 2024-06-29 17:46:56 +02:00
parent 50b6f09628
commit 0a0ff81e1b
9 changed files with 3637 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