Tomas Eglinskas
Results
2
comments of
Tomas Eglinskas
I today tackled also this `issue` and couldn't find a proper solution, but as current workaround came up just setting the fields to be touched on change. And showing the...
``` # .toml [app_proxy] url = ".../secret-proxy-counter" subpath = "proxy" prefix = "tools" ``` you also need to add proxy URL in `proxy` object in `vite.config`: ``` proxy: { .......