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
make sure that the ready-on message is printed after the appropriate runtime controller is ready
6
+
7
+
fix the fact that when starting a local (or remote) dev session the log saying `Ready on http://localhost:xxxx` could be displayed before the runtime is actually ready to handle requests (this is quite noticeable when locally running dev sessions with containers, where the ready message currently gets displayed before the container images building/pulling process)
▲ [WARNING] AI bindings always access remote resources, and so may incur usage charges even in local dev. To suppress this warning, set \`experimental_remote: true\` for the binding definition in your configuration file.
182
181
⎔ Starting local server...
182
+
[wrangler:info] Ready on http://<HOST>:<PORT>
183
183
[wrangler:info] GET / 200 OK (TIMINGS)`;
184
184
185
185
constoutput2=dedent`
186
186
Your Worker has access to the following bindings:
187
187
Binding Resource Mode
188
188
env.AI AI remote
189
189
▲ [WARNING] AI bindings always access remote resources, and so may incur usage charges even in local dev. To suppress this warning, set \`experimental_remote: true\` for the binding definition in your configuration file.
0 commit comments