5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
rm ./crates/model/v4/*.rs
|
|
sea generate entity -v --with-serde=both --expanded-format -o ./crates/model/src/v4
|