mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
4 lines
56 B
Bash
4 lines
56 B
Bash
|
|
#!/bin/bash
|
||
|
|
pnpm dev & cargo watch -x build -w crates/
|
||
|
|
|