From 0364c7e96de7cfb29b75d5361abaae516dd97d64 Mon Sep 17 00:00:00 2001 From: Manthan Solanki Date: Sat, 19 Apr 2025 15:43:57 +0200 Subject: [PATCH] toml added --- wrangler.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..08d18c6 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,17 @@ +name = "codust-dev-website" +main = "src/index.ts" +compatibility_date = "2024-01-01" +account_id = "8ceb2100fa1ed04117c9e5d43b5f5743" + +[site] +bucket = ".next" + +[env.production] +name = "codust-dev-website" +route = "codust.dev/*" +zone_id = "your-zone-id" + +[env.preview] +name = "codust-dev-website-preview" +route = "preview.codust.dev/*" +zone_id = "your-zone-id" \ No newline at end of file