Skip to content

Commit

Permalink
fix axum tutorial in makefile (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored Jan 2, 2025
1 parent 96ddb68 commit 78afc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ actix: wasm

axum: ## Build and run the axum server
axum:
cd server/axum && ./build_wasm.sh && cargo run
cd server/axum && cargo run


tide: ## Build and run the tide server
tide: wasm
cd server/tide && cargo run
cd server/tide && cargo run

0 comments on commit 78afc91

Please sign in to comment.