You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
140
+
Your Worker has access to the following bindings:
141
+
- AI:
142
+
- Name: AI [connected to remote resource]
143
+
[wrangler:inf] Ready on http://localhost:<PORT>
144
+
▲ [WARNING] Using Workers AI always accesses your Cloudflare account in order to run AI models, and so will incur usage charges even in local development.
145
+
⎔ Starting local server...
146
+
[wrangler:inf] GET / 200 OK (TIMINGS)"
147
+
`);
148
+
});
149
+
95
150
describe("multi-worker",()=>{
96
151
it("handles both remote and local service bindings at the same time in all workers",async()=>{
0 commit comments