Skip to content

Instantly share code, notes, and snippets.

View BruceZhang1993's full-sized avatar
🐰
Eating a wolf

Bruce Zhang BruceZhang1993

🐰
Eating a wolf
View GitHub Profile
@BruceZhang1993
BruceZhang1993 / index.js
Created January 4, 2025 02:05
Cloudflare Worker to access private repo assets
import welcome from "welcome.html";
/**
* @typedef {Object} Env
*/
export default {
/**
* @param {Request} request
* @param {Env} env