AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

wrangler.jsonc (303B)


      1 {
      2   "$schema": "./node_modules/wrangler/config-schema.json",
      3   "main": ".open-next/worker.js",
      4   "name": "aidentity",
      5   "compatibility_date": "2026-07-28",
      6   "compatibility_flags": [
      7     "nodejs_compat"
      8   ],
      9   "assets": {
     10     "directory": ".open-next/assets",
     11     "binding": "ASSETS"
     12   }
     13 }