#!/bin/bash

export $(cat .env | xargs)

cd como_infrastructure || return

cargo sqlx prepare -- --all-targets --all-features