Lutz Issler

Results 2 comments of Lutz Issler

Confirming this is still an issue with `0.5.9`: ```json "scripts": { "start": "bun run src/app.ts", "add:article": "curl -X POST -H 'Content-Type: application/json' -d '{\"id\":1,\"title\":\"Test article\",\"body\":\"Test body\"}' http://localhost:4000/articles/" } ``` Running...

Also interested – nested views using the `render()` solution is working but bad DX.