Skip to content

Instantly share code, notes, and snippets.

@yusukebe
Created April 9, 2024 23:53
Show Gist options
  • Save yusukebe/f27ba2968a54f52986503a3944107baf to your computer and use it in GitHub Desktop.
Save yusukebe/f27ba2968a54f52986503a3944107baf to your computer and use it in GitHub Desktop.
import { getPlatformProxy } from 'wrangler'
const { env, dispose } = await getPlatformProxy()
console.log(env.AI) // undefined !
await dispose()
// node ./get-platform-proxy-with-ai.mjs
name = "my-app"
compatibility_date = "2024-04-09"
[ai]
binding = "AI"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment