server/web/management is missing
When running the server locally:
it fails with:
[FATA] SetServerRoot failed: cannot find "web/management"
But server/internal/cmd/cmd.go requires it:
s.SetServerRoot("web/management")
The README also says the admin console should be stored under web/management, but this directory is not included in the repository, and I could not find a script that generates it.
Is server/web/management missing from the repo, or should it be generated separately?
server/web/managementis missingWhen running the server locally:
it fails with:
But
server/internal/cmd/cmd.gorequires it:The README also says the admin console should be stored under
web/management, but this directory is not included in the repository, and I could not find a script that generates it.Is
server/web/managementmissing from the repo, or should it be generated separately?