fix seed script

This commit is contained in:
dal 2025-03-04 09:46:26 -07:00
parent 99d9399f51
commit c458e6070f
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dev:
supabase db reset supabase db reset
export DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres && \ export DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres && \
diesel migration run && \ diesel migration run && \
PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f src/database_dep/seed.sql && \ PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f libs/database/seed.sql && \
export RUST_LOG=debug export RUST_LOG=debug
export CARGO_INCREMENTAL=1 export CARGO_INCREMENTAL=1
nice cargo watch -x run nice cargo watch -x run