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
-public-dir value
additional directory to serve files from, in the format "[url-path]:[filesystem-path]", e.g. "/public/files/:/some/local/path" will host /some/local/path/foo.txt at /public/files/foo.txt; multiple directory mappings allowed
and uses : as separator between remove/local. However, in code we split on @.
What should be the correct separator so that I know whether to fix code or docs @lo5? I assume docs :)
TODO: Add a note about case when running wave server via wave run - the path is not relative to where wave run is called from, but to where it the server is located, which should be venv so each path needs to start with ../ to move up from venv and get into project root.
The text was updated successfully, but these errors were encountered:
Currently, our docs say
and uses
:
as separator between remove/local. However, in code we split on@
.What should be the correct separator so that I know whether to fix code or docs @lo5? I assume docs :)
TODO: Add a note about case when running wave server via
wave run
- the path is not relative to wherewave run
is called from, but to where it the server is located, which should be venv so each path needs to start with../
to move up from venv and get into project root.The text was updated successfully, but these errors were encountered: