diff options
| author | Fuwn <[email protected]> | 2024-01-22 10:01:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-22 10:02:07 -0800 |
| commit | 4bb0f5b017e2d33c6e4d728f97f5f5e322012f61 (patch) | |
| tree | 8cc3cc7cd0adbd9a24f9d5b103efde7323a16324 /wrangler.toml | |
| download | cdn.due.moe-4bb0f5b017e2d33c6e4d728f97f5f5e322012f61.tar.xz cdn.due.moe-4bb0f5b017e2d33c6e4d728f97f5f5e322012f61.zip | |
feat: initial release
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..adb3e07 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,4 @@ +name = "cdn" +main = "./index.ts" +compatibility_date = "2023-10-30" + |