Skip to content

Commit

Permalink
Fix starport failed to serve due to multiple main package found
Browse files Browse the repository at this point in the history
Ref oursky#122

Got this error: specify the path to your chain's main package in your config.yml>build.main: multiple main packages found
  • Loading branch information
elise-ng authored and williamchong committed Mar 24, 2022
1 parent bd94b3e commit 90044c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ faucet:
coins: ["100000000000nanolike"]
build:
binary: "liked"
main: cmd/liked
init:
home: "$HOME/.liked"
genesis:
Expand Down

0 comments on commit 90044c4

Please sign in to comment.