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
Serving the web frontend by opening the ./web/ directory is not flexible at all. We should consider using Go's (relatively) new embed feature to embed it into the final binary.
Serving the web frontend by opening the
./web/directory is not flexible at all. We should consider using Go's (relatively) new embed feature to embed it into the final binary.