Skip to content

server/web/management is missing #113

Description

@hurist

server/web/management is missing

When running the server locally:

cd server
go run .

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions