8 lines
126 B
Bash
Executable File
8 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export $(cat .env | xargs)
|
|
|
|
cd como_infrastructure || return
|
|
|
|
cargo sqlx prepare -- --all-targets --all-features
|