We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00842ce commit 6a38db4Copy full SHA for 6a38db4
server.go
@@ -82,6 +82,7 @@ func main() {
82
if cwd != "" {
83
logger.Log("Using UI bundle from the current directory -> "+cwd, global.StatusInfo)
84
buildPath = fmt.Sprintf("%s/gitconvex-ui", cwd)
85
+ staticPath = fmt.Sprintf("%s/static", buildPath)
86
}
87
88
0 commit comments