Skip to content

Commit

Permalink
add client & server implementation in codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Low committed Sep 18, 2024
1 parent 6202517 commit 257f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/post-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ start_backend() {
cd "$SERVER_DIR/dotnet" && dotnet run
;;
php)
cd "$SERVER_DIR/php" && php -S localhost:8080
cd "$SERVER_DIR/php" && composer start
;;
*)
echo "Unknown server: $VISIBLE_FOLDER_SERVER"
Expand Down

0 comments on commit 257f9cf

Please sign in to comment.