diff --git a/.gitignore b/.gitignore index c7fd891..f1fb8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -wrangler.toml - # Logs logs diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..1e172a3 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,12 @@ +# Meta information for the project +name = "cdn" +main = "src/index.ts" +compatibility_date = "2023-05-04" +send_metrics = false +account_id = "7b295e242c36fa2ab689fa91b5c70e59" + +[[r2_buckets]] +# This is the bucket (storage space) that will be used to store the files that are uploaded to the CDN +binding = "CDN_BUCKET" +bucket_name = "cdn-bucket" +preview_bucket_name = "cdn-bucket" \ No newline at end of file