From 5ae87442146789f76cf481668f1d29c0a440562b Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Tue, 10 Mar 2026 17:39:28 +0100 Subject: [PATCH] update to the local dev instructions for the symbiote --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3570a84..e4da4b3 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ pnpm dev:content # Run web app (SvelteKit dev server) pnpm dev:web -# Run symbiote app -pnpm dev:symbiote +# Rebuild symbiote static files for TaleSpire on changes +pnpm --filter symbiote build -- --watch ``` Build commands: