diff options
| author | Fuwn <[email protected]> | 2026-03-27 05:56:10 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-27 05:56:10 +0000 |
| commit | 0d7cd7ec2b91eaa0a2a59c57cd7aedb9bd113d57 (patch) | |
| tree | 1f96b5fdf79d81f8f35c7472be52fd7c330df3a0 /apps/cdn/wrangler.toml | |
| parent | chore(apps): Add proxy (diff) | |
| download | due.moe-0d7cd7ec2b91eaa0a2a59c57cd7aedb9bd113d57.tar.xz due.moe-0d7cd7ec2b91eaa0a2a59c57cd7aedb9bd113d57.zip | |
chore(apps): Add CDN
Diffstat (limited to 'apps/cdn/wrangler.toml')
| -rw-r--r-- | apps/cdn/wrangler.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/cdn/wrangler.toml b/apps/cdn/wrangler.toml new file mode 100644 index 00000000..adb3e071 --- /dev/null +++ b/apps/cdn/wrangler.toml @@ -0,0 +1,4 @@ +name = "cdn" +main = "./index.ts" +compatibility_date = "2023-10-30" + |