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
14791
+
"▲ [WARNING] The local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:
14792
+
14793
+
{
14794
+
vars: {
14795
+
- MY_VAR: \\"abc\\"
14796
+
+ MY_VAR: 123
14797
+
}
14798
+
}
14764
14799
14765
-
\\"workers_dev\\": true,
14766
-
\\"preview_urls\\": false,
14767
-
\\"vars\\": {
14768
-
- \\"MY_VAR\\": \\"abc\\"
14769
-
+ \\"MY_VAR\\": 123
14770
-
},
14771
-
\\"define\\": {},
14772
-
\\"durable_objects\\": {
14773
14800
14774
14801
Deploying the Worker will override the remote configuration with your local one.
14775
14802
@@ -14828,43 +14855,21 @@ export default{
14828
14855
// to be able to show toml content/diffs, that combined with the fact that json(c) config files are the
14829
14856
// recommended ones moving forward makes this small shortcoming of the config diffing acceptable
"[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
14858
+
"▲ [WARNING] The local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:
14859
+
14860
+
{
14861
+
vars: {
14862
+
- MY_VAR: \\"abc\\"
14863
+
+ MY_VAR: \\"this is a toml file\\"
14864
+
}
14865
+
}
14832
14866
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\\": {
14841
14867
14842
14868
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
"▲ [WARNING] The local configuration being used (generated from your local configuration file) differs from the remote configuration of your Worker set via the Cloudflare Dashboard:
14914
+
14915
+
{
14916
+
observability: {
14917
+
- enabled: true
14918
+
+ enabled: false
14919
+
}
14920
+
}
14921
+
14918
14922
14919
14923
Deploying the Worker will override the remote configuration with your local one.
0 commit comments