Skip to content

Commit

Permalink
Fix default non-stuffed frontend dir path.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Dec 23, 2023
1 parent dd87a10 commit aba7111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var (
// are not embedded (in make dist), these paths are looked up. The default values before, when not
// overridden by build flags, are relative to the CWD at runtime.
appDir string = "."
frontendDir string = "frontend"
frontendDir string = "frontend/dist"
)

func init() {
Expand Down

0 comments on commit aba7111

Please sign in to comment.