Closed winstxnhdw closed 10 months ago
This warning is to flag that changes have been made to your worker manually in the dashboard since the last wrangler deploy
. We don't have a way to suppress this warning today. Instead, we recommend using Wrangler to make changes to your Worker as a much as possible, and minimise manual changes in the dashboard (because those changes will be cleared on the next wrangler dpeloy
and not persisted)
@penalosa Is there a way to get all edits from Dashboard to local bulld before deploying the local version that overrides the Dashboard version?
Just landed in this issue while looking for a way to pull all changes from dahboard as @timoanttila, wondering if there's a way to do it.
wondering if there's a way to do it.
I ended up googling values for what I needed and adding them manually to the local configuration.
I am getting the following warning.
It's harmless but usually if I see such a warning, I assume there's probably a way to override it, something like a
-y
flag.