From d4fec71f39c9f309805b8d5cd107920bcb783229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E4=B9=8B=E6=B8=85=E6=B3=A0?= Date: Tue, 10 Feb 2026 21:17:42 +0800 Subject: [PATCH] docs(ci): fix deployment --- docs/upload | 1 + entry.js | 5 +++++ wrangler.jsonc | 1 + 3 files changed, 7 insertions(+) create mode 100644 entry.js diff --git a/docs/upload b/docs/upload index 7e4e2e3..6901f61 100644 --- a/docs/upload +++ b/docs/upload @@ -3,3 +3,4 @@ Change content of this file and submit commits to trigger ci. +2026-02-10 17:34 +2026-02-10 20:00 +2026-02-10 20:40 ++2026-02-10 21:17 diff --git a/entry.js b/entry.js new file mode 100644 index 0000000..5b9050b --- /dev/null +++ b/entry.js @@ -0,0 +1,5 @@ +export default { + async fetch(request, env) { + return await env.ASSETS.fetch(request); + }, +}; diff --git a/wrangler.jsonc b/wrangler.jsonc index 29099c6..7d2808d 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -1,5 +1,6 @@ { "name": "primitive-type", + "main": "entry.js", "compatibility_date": "2024-11-01", "assets": { "directory": "./public",