Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Web

Browser-delivered assets for the public site: static files under public/ today (document graph as index.html), plus the admin installation SPA under admin/ (Svelte + Vite; vite.config.ts at the repository root). Local admin OAuth expects GITHUB_APP_* in the environment (see admin/README.md); mise can load repo-root .env.local for you if you use it. Build output is web/admin/dist/ and CI stages _bundle/public/admin/. package.json / npm run dev stay at the repository root (see ADR 0019). Wrangler configuration and the Worker live only under ../cloudflare_site/.