Proof-of-concept of a simple DSL for specifying servlets.

This commit is contained in:
Dominik Pantůček 2025-04-09 10:13:23 +02:00
parent 03c094214b
commit 186fe2d0ec
3 changed files with 33 additions and 5 deletions

View file

@ -56,6 +56,7 @@ trap chicken_cleanup INT QUIT
chicken_install openssl
chicken_install spiffy
chicken_install postgresql
chicken_install json
# Normal termination cleanup
chicken_cleanup