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
I have been making some changes to aw-webui. The instructions in the README say to copy the web assets to the main install.
However, at least on Windows, aw-server-rust seems to bundle the static data inside the executable. Replacing the static/ directory didn't seem to do anything. But there is a command-line flag --webpath that allows loading the webui from another location. The following worked for me:
I have been making some changes to aw-webui. The instructions in the README say to copy the web assets to the main install.
However, at least on Windows,
aw-server-rust
seems to bundle the static data inside the executable. Replacing thestatic/
directory didn't seem to do anything. But there is a command-line flag--webpath
that allows loading the webui from another location. The following worked for me:aw-server-rust.exe --webpath \path\to\aw-webui\dist
dist
overstatic
and runningaw-server-rust.exe --webpath static
Could this be adjusted in the instructions?
The text was updated successfully, but these errors were encountered: