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
Either copy the assets manually, or run `make build` from the `aw-server` parent directory to rebuild and copy the assets for you.
59
+
56
60
Once you've put the files in the directories, you may have to do a hard refresh in your browser to invalidate any stale caches.
57
61
62
+
If you want to actively iterate on aw-webui with your local production data, you'll want to use a development build, automatically update it, and connect a aw-server running against production data. To do this, in one terminal window run:
If you want to add `debugger` statements in your code and otherwise break linting rules, you'll need to add a `--skip-plugins=no-debugger` to that command. Then, in another terminal (with your venv activated, assuming you are using python aw-server) run:
0 commit comments