Add simple client side component

This commit is contained in:
2026-04-12 11:52:52 +02:00
parent 673546e7e6
commit 388286f72e
5 changed files with 216 additions and 42 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
worker_processes 1;
worker_processes 1;
daemon off;
master_process off;
error_log stderr debug;
pid /tmp/nginx.pid;