mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-09-20 00:06:51 +08:00
worker: Add Cloudflare Workers & Pages support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import handler from "./common";
|
||||
|
||||
export default {
|
||||
fetch: async (request) => handler(request),
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
name = "dohna-ns"
|
||||
compatibility_date = "2024-09-02"
|
||||
main = "_worker.js"
|
||||
no_bundle = false
|
||||
minify = true
|
||||
Reference in New Issue
Block a user