Skip to content

Commit 6a38db4

Browse files
committed
change static directory path in the fallback condition
1 parent 00842ce commit 6a38db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func main() {
8282
if cwd != "" {
8383
logger.Log("Using UI bundle from the current directory -> "+cwd, global.StatusInfo)
8484
buildPath = fmt.Sprintf("%s/gitconvex-ui", cwd)
85+
staticPath = fmt.Sprintf("%s/static", buildPath)
8586
}
8687
}
8788

0 commit comments

Comments
 (0)