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 [1mYour local configuration differs from the remote configuration of your Worker set via the Cloudflare Dashboard:[0m
13012
+
"[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
13013
13013
13014
-
\\"name\\": \\"test-name\\",
13015
-
\\"main\\": \\"./index.js\\",
13014
+
\\"workers_dev\\": true,
13015
+
\\"preview_urls\\": true,
13016
13016
\\"vars\\": {
13017
13017
- \\"MY_VAR\\": \\"abc\\"
13018
13018
+ \\"MY_VAR\\": 123
13019
13019
},
13020
-
\\"observability\\": {
13021
-
\\"enabled\\": true
13020
+
\\"define\\": {},
13021
+
\\"durable_objects\\": {
13022
13022
13023
13023
Deploying the Worker will override the remote configuration with your local one.
13024
13024
@@ -13074,16 +13074,16 @@ export default{
13074
13074
// to be able to show toml content/diffs, that combined with the fact that json(c) config files are the
13075
13075
// recommended ones moving forward makes this small shortcoming of the config diffing acceptable
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mYour local configuration differs from the remote configuration of your Worker set via the Cloudflare Dashboard:[0m
13077
+
"[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
13078
13078
13079
-
\\"name\\": \\"test-name\\",
13080
-
\\"main\\": \\"./index.js\\",
13079
+
\\"workers_dev\\": true,
13080
+
\\"preview_urls\\": true,
13081
13081
\\"vars\\": {
13082
13082
- \\"MY_VAR\\": \\"abc\\"
13083
13083
+ \\"MY_VAR\\": \\"this is a toml file\\"
13084
13084
},
13085
-
\\"observability\\": {
13086
-
\\"enabled\\": true
13085
+
\\"define\\": {},
13086
+
\\"durable_objects\\": {
13087
13087
13088
13088
Deploying the Worker will override the remote configuration with your local one.
0 commit comments