chore: add wrangler

This commit is contained in:
Cory Dransfeldt 2024-06-10 10:26:57 -07:00
parent 217ce222f3
commit a2601df713
No known key found for this signature in database
3 changed files with 249 additions and 0 deletions

3
wrangler.toml Normal file
View file

@ -0,0 +1,3 @@
name = "coryd-dev"
type = "javascript"
pages_build_output_dir = "./_site"