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
exports[`Pages 'wrangler pages dev' > should merge (with override) \`wrangler.toml\` configuration with configuration provided via the command line, with command line args taking precedence 1`] =`
3
+
exports[`wrangler pages dev > should merge (with override) \`wrangler.toml\` configuration with configuration provided via the command line, with command line args taking precedence 1`] =`
4
4
"✨ Compiled Worker successfully
5
-
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
6
5
Your Worker has access to the following bindings:
7
-
- Durable Objects:
8
-
- DO_BINDING_1_TOML: NEW_DO_1 (defined in NEW_DO_SCRIPT_1 [not connected])
9
-
- DO_BINDING_2_TOML: DO_2_TOML (defined in DO_SCRIPT_2_TOML [not connected])
10
-
- DO_BINDING_3_ARGS: DO_3_ARGS (defined in DO_SCRIPT_3_ARGS [not connected])
- Name: AI_BINDING_2_TOML [connected to remote resource]
29
-
- Vars:
30
-
- VAR1: "(hidden)"
31
-
- VAR2: "VAR_2_TOML"
32
-
- VAR3: "(hidden)"
6
+
Binding Resource Mode
7
+
env.DO_BINDING_1_TOML (NEW_DO_1, defined in NEW_DO_SCRIPT_1) Durable Object local [not connected]
8
+
env.DO_BINDING_2_TOML (DO_2_TOML, defined in DO_SCRIPT_2_TOML) Durable Object local [not connected]
9
+
env.DO_BINDING_3_ARGS (DO_3_ARGS, defined in DO_SCRIPT_3_ARGS) Durable Object local [not connected]
10
+
env.KV_BINDING_1_TOML (NEW_KV_ID_1) KV Namespace local
11
+
env.KV_BINDING_2_TOML (KV_ID_2_TOML) KV Namespace local
12
+
env.KV_BINDING_3_ARGS (KV_ID_3_ARGS) KV Namespace local
13
+
env.D1_BINDING_1_TOML (local-D1_BINDING_1_TOML=NEW_D1_NAME_1) D1 Database local
14
+
env.D1_BINDING_2_TOML (D1_NAME_2_TOML) D1 Database local
15
+
env.D1_BINDING_3_ARGS (local-D1_BINDING_3_ARGS=D1_NAME_3_ARGS) D1 Database local
16
+
env.R2_BINDING_1_TOML (new-r2-bucket-1) R2 Bucket local
17
+
env.R2_BINDING_2_TOML (r2-bucket-2-toml) R2 Bucket local
18
+
env.R2_BINDING_3_TOML (r2-bucket-3-args) R2 Bucket local
19
+
env.SERVICE_BINDING_1_TOML (NEW_SERVICE_NAME_1) Worker local [not connected]
20
+
env.SERVICE_BINDING_2_TOML (SERVICE_NAME_2_TOML) Worker local [not connected]
21
+
env.SERVICE_BINDING_3_TOML (SERVICE_NAME_3_ARGS) Worker local [not connected]
22
+
env.AI_BINDING_2_TOML AI remote
23
+
env.VAR1 ("(hidden)") Environment Variable local
24
+
env.VAR2 ("VAR_2_TOML") Environment Variable local
25
+
env.VAR3 ("(hidden)") Environment Variable local
33
26
Service bindings, Durable Object bindings, and Tail consumers connect to other \`wrangler dev\` processes running locally, with their connection status indicated by [connected] or [not connected]. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development
34
27
▲ [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.
"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>
139
+
"Your Worker has access to the following bindings:
140
+
Binding Resource Mode
141
+
env.AI AI remote
142
+
[wrangler:info] Ready on http://localhost:<PORT>
144
143
▲ [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.
0 commit comments