New architecture

This commit is contained in:
2026-04-03 18:45:08 +02:00
parent 4613b8e5dd
commit 0d0e9fe043
24 changed files with 2747 additions and 908 deletions

6
scripts/dev.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# dev.sh — start both the viewer TypeScript watcher and the Leptos trunk server.
# Run from the project root (cargo tauri dev sets cwd to src-tauri/../ = project root).
set -e
npm --prefix src-tauri/assets/viewer-src run dev &
cd brittle-ui && trunk serve