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