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
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:[0m
14764
14764
14765
-
\\"workers_dev\\": true,
14766
-
\\"preview_urls\\": false,
14767
-
\\"vars\\": {
14768
-
- \\"MY_VAR\\": \\"abc\\"
14769
-
+ \\"MY_VAR\\": 123
14770
-
},
14771
-
\\"define\\": {},
14772
-
\\"durable_objects\\": {
14765
+
{
14766
+
vars: {
14767
+
[31m- MY_VAR: \\"abc\\"[39m
14768
+
[32m+ MY_VAR: 123[39m
14769
+
}
14770
+
}
14771
+
14773
14772
14774
14773
Deploying the Worker will override the remote configuration with your local one.
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:[0m
14832
14831
14833
-
\\"workers_dev\\": true,
14834
-
\\"preview_urls\\": false,
14835
-
\\"vars\\": {
14836
-
- \\"MY_VAR\\": \\"abc\\"
14837
-
+ \\"MY_VAR\\": \\"this is a toml file\\"
14838
-
},
14839
-
\\"define\\": {},
14840
-
\\"durable_objects\\": {
14832
+
{
14833
+
vars: {
14834
+
[31m- MY_VAR: \\"abc\\"[39m
14835
+
[32m+ MY_VAR: \\"this is a toml file\\"[39m
14836
+
}
14837
+
}
14838
+
14841
14839
14842
14840
Deploying the Worker will override the remote configuration with your local one.
14843
14841
@@ -14907,14 +14905,13 @@ export default{
14907
14905
expect(std.warn).toMatchInlineSnapshot(`
14908
14906
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:[0m
14909
14907
14910
-
\\"bindings\\": []
14911
-
},
14912
-
\\"observability\\": {
14913
-
- \\"enabled\\": true,
14914
-
+ \\"enabled\\": false,
14915
-
\\"head_sampling_rate\\": 1,
14916
-
\\"logs\\": {
14917
-
\\"enabled\\": false,
14908
+
{
14909
+
observability: {
14910
+
[31m- enabled: true[39m
14911
+
[32m+ enabled: false[39m
14912
+
}
14913
+
}
14914
+
14918
14915
14919
14916
Deploying the Worker will override the remote configuration with your local one.
0 commit comments