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
* docs: add better console messaging for remote development
* e2e fix
* one more
* fix snapshot
* Ensure logging only once, and remove unnecssary message
* fix whitespace
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
10
11
Your worker has access to the following bindings:
11
12
- Durable Objects:
12
-
- DO_BINDING_1_TOML: NEW_DO_1 (defined in NEW_DO_SCRIPT_1 [not connected]) (local)
13
-
- DO_BINDING_2_TOML: DO_2_TOML (defined in DO_SCRIPT_2_TOML [not connected]) (local)
14
-
- DO_BINDING_3_ARGS: DO_3_ARGS (defined in DO_SCRIPT_3_ARGS [not connected]) (local)
13
+
- DO_BINDING_1_TOML: NEW_DO_1 (defined in NEW_DO_SCRIPT_1 [not connected])
14
+
- DO_BINDING_2_TOML: DO_2_TOML (defined in DO_SCRIPT_2_TOML [not connected])
15
+
- DO_BINDING_3_ARGS: DO_3_ARGS (defined in DO_SCRIPT_3_ARGS [not connected])
"Your worker has access to the following bindings:
1213
+
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
1214
+
1215
+
Your worker has access to the following bindings:
1212
1216
- Durable Objects:
1213
-
- NAME_1: CLASS_1 (local)
1214
-
- NAME_2: CLASS_2 (defined in SCRIPT_A [not connected]) (local)
1215
-
- NAME_3: CLASS_3 (local)
1216
-
- NAME_4: CLASS_4 (defined in SCRIPT_B [not connected]) (local)
1217
+
- NAME_1: CLASS_1
1218
+
- NAME_2: CLASS_2 (defined in SCRIPT_A [not connected])
1219
+
- NAME_3: CLASS_3
1220
+
- NAME_4: CLASS_4 (defined in SCRIPT_B [not connected])
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
"Your worker has access to the following bindings:
1864
+
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
"Your worker has access to the following bindings:
1887
+
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
0 commit comments