What were you trying to achieve?
Windows command line -
watchdoc.exe -no-browser true -watch-dirs ./content -serve-dir ./out -cmd "./build.bat"
watchdoc cmd window -
2026/03/29 21:43:03 File server started at port 8080
2026/03/29 21:43:03 Open your browser at http://localhost:8080
2026/03/29 21:43:03 Serving from: G:\laragonServerPortable\www\SiskaNewslettersEdits\luasmith
2026/03/29 21:43:03 Watching for changes in: G:\laragonServerPortable\www\SiskaNewslettersEdits\luasmith
Serving directory should end in "\out"
Watching directory should end in "\content"
What are the expected results?
Serving directory should end in "\out"
Watching directory should end in "\content"
What are the received results?
luasmith is the directory where watchdoc is running from which is not what command line says to do for watch and serve folders.
Steps To Reproduce
Use my command line in Windows
In what environment did you encounter the issue?
Windows 10
Additional information you deem important
No response
What were you trying to achieve?
Windows command line -
watchdoc cmd window -
Serving directory should end in "\out"
Watching directory should end in "\content"
What are the expected results?
Serving directory should end in "\out"
Watching directory should end in "\content"
What are the received results?
luasmith is the directory where watchdoc is running from which is not what command line says to do for watch and serve folders.
Steps To Reproduce
Use my command line in Windows
In what environment did you encounter the issue?
Windows 10
Additional information you deem important
No response