fix new user error + add wrangler.toml examples
This commit is contained in:
10
backend/ai/wrangler.toml.example
Normal file
10
backend/ai/wrangler.toml.example
Normal file
@ -0,0 +1,10 @@
|
||||
name = "ai"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2024-05-12"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
[ai]
|
||||
binding = "AI"
|
||||
|
||||
[vars]
|
||||
KEY = ""
|
Reference in New Issue
Block a user