Can't preserve variables set by dashboard.

I tried setting keep_vars to true and also false. but everytime the variables from dashboard are replaced with ones in wrangler.toml file.
name = "xyz-app"
compatibility_date = "2024-07-20"
main = "src/index.ts"
keep_vars = false
name = "xyz-app"
compatibility_date = "2024-07-20"
main = "src/index.ts"
keep_vars = false
2 Replies
fawwaz
fawwaz4w ago
hey @slice have you manged to fix this?
slice
sliceOP4w ago
I forgot if it was fixed or left it as it is

Did you find this page helpful?