Skip to content

Commit d47c989

Browse files
committed
fix(ci): add wrangler.toml for Cloudflare Workers deployment
The scheduled deploy workflow was failing because wrangler deploy requires a configuration file specifying the entry point. This adds the wrangler.toml with static assets configuration.
1 parent c0a1044 commit d47c989

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wrangler.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "codingwithcalvin-net"
2+
compatibility_date = "2024-12-01"
3+
4+
[assets]
5+
directory = "./dist"

0 commit comments

Comments
 (0)