Skip to content

Commit

Permalink
fix: remove static folder target (#3348)
Browse files Browse the repository at this point in the history
Remove default static folder to use embed public folder

Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton authored Dec 16, 2024
1 parent 3d43188 commit df92946
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gno.land/cmd/gnoweb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ type webCfg struct {
}

var defaultWebOptions = webCfg{
chainid: "dev",
assetsDir: "public",
remote: "127.0.0.1:26657",
bind: ":8888",
chainid: "dev",
remote: "127.0.0.1:26657",
bind: ":8888",
}

func main() {
Expand Down

0 comments on commit df92946

Please sign in to comment.