diff options
author | 2025-02-23 18:37:01 +0100 | |
---|---|---|
committer | 2025-02-23 21:38:34 +0100 | |
commit | 80367f944847fdf269fffe1eaf0722eb991ba160 (patch) | |
tree | 6c26e19ecc9b0aa7d2a68d68eb95234f53176032 | |
parent | 9b7110564a67b8132e020ada0899fe2abda3df4a (diff) |
update documentation on how to run backend
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ reload run backend: ```shell -cabal run backend -- serve --port 8081 ./blog +acms serve blog ``` open browser at `http://localhost:8080`. |