5 lines
48 B
Bash
5 lines
48 B
Bash
|
cd server/ui
|
||
|
yarn build
|
||
|
cd ../service
|
||
|
cargo run
|