New architecture
This commit is contained in:
6
scripts/dev.sh
Executable file
6
scripts/dev.sh
Executable 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
|
||||
Reference in New Issue
Block a user