From 7b2d58600e729331325858bd55c68877f51c44b5 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 6 Jul 2025 17:36:17 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69cb23f..bd47475 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Keep track over multiple different connections while traveling trains. nix run git+https://git.clerie.de/clerie/traveldrafter.git ``` -The web frontend is served under . +The web frontend is served under . -In production you probably would want to serve dir `web` directory as the service root from a webserver like nginx directly and only proxy the `api` route to the application. +In production you probably would want to serve dir `node_modules/traveldrafter/web` directory as the service root from a webserver like nginx directly and only proxy the `/api` route to the application. ## Development