1 Commits

Author SHA1 Message Date
cdb2b28cb7 removed echo and die statements, lolz.
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m1s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m6s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m11s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m49s
2025-05-13 21:32:03 -04:00

View File

@@ -16,7 +16,7 @@ docker-compose up -d
``` ```
### Start the server ### Start the server
```shell ```shell
docker exec -it template-runtime-1 rr serve docker exec -it template-dev-runtime-1 rr serve
``` ```
You can access the api at `http://localhost:9501/` You can access the api at `http://localhost:9501/`