feat: support deploy worker with UI assets (#627)

This commit is contained in:
Dream Hunter
2025-04-12 15:37:34 +08:00
committed by GitHub
parent 32767176f0
commit 47e2cb56b4
22 changed files with 449 additions and 343 deletions

View File

@@ -3,7 +3,8 @@ const API_PATHS = [
"/open_api/",
"/user_api/",
"/admin/",
"/telegram/"
"/telegram/",
"/external/",
];
export async function onRequest(context) {