Skip to content

Commit

Permalink
Remove NEXT_PUBLIC_DAPP_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Oct 22, 2023
1 parent 5465b53 commit ac460f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ run:
sunodo run

run-frontend-dev:
cd frontend && \
NEXT_PUBLIC_DAPP_ADDRESS=0x70ac08179605AF2D9e75782b8DEcDD3c22aA4D0C npm run dev
cd frontend && npm run dev

run-frontend-prod:
cd frontend && \
NEXT_PUBLIC_DAPP_ADDRESS=0x70ac08179605AF2D9e75782b8DEcDD3c22aA4D0C npm run build && \
NEXT_PUBLIC_DAPP_ADDRESS=0x70ac08179605AF2D9e75782b8DEcDD3c22aA4D0C npm run start
cd frontend && npm run build && npm run start

populate:
./populate.sh
Expand Down

0 comments on commit ac460f8

Please sign in to comment.