separate database setup from stack

This commit is contained in:
Yisroel Baum 2026-08-03 10:12:58 +03:00
parent 942ee4e6e7
commit 9510842dc4
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 9 additions and 16 deletions

7
justfile Normal file
View file

@ -0,0 +1,7 @@
set shell := ["bash", "-c"]
default:
@just --list
fresh:
cd backend && php artisan migrate:fresh --seed