From 243978bfdd7f7e6f9dfc0d632ab9f6e2951dc9e2 Mon Sep 17 00:00:00 2001 From: Matthias Meister Date: Tue, 5 May 2026 22:46:11 +0200 Subject: [PATCH] Resolve merge conflicts from Canva redesign; update configuration and component files for consistency and alignment with new design. --- solo.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 solo.yml diff --git a/solo.yml b/solo.yml new file mode 100644 index 0000000..7ee0a5e --- /dev/null +++ b/solo.yml @@ -0,0 +1,11 @@ +# Visit https://soloterm.com to learn more +name: Dev-Landing +icon: null +processes: + Astro: + command: pnpm run dev + working_dir: null + auto_start: false + auto_restart: true + restart_when_changed: [] + env: {}