jmou/cgithub
git clone https://github.com/jmou/cgithub.git
git clone git@github.com:jmou/cgithub.git
Loading…
(top)/wrangler.jsonc
language: JSON with Comments
328 Bytes / 11 lines / 11 loc
History
View raw
{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "cgithub",
  "main": "src/worker.ts",
  "compatibility_date": "2026-07-01",
  // Serve public/ (i.e. /static/*) directly from Cloudflare's edge; requests
  // that don't match a file fall through to the worker.
  "assets": {
    "directory": "./public"
  }
}