separate database setup from stack
This commit is contained in:
parent
942ee4e6e7
commit
9510842dc4
2 changed files with 9 additions and 16 deletions
7
justfile
Normal file
7
justfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set shell := ["bash", "-c"]
|
||||
|
||||
default:
|
||||
@just --list
|
||||
|
||||
fresh:
|
||||
cd backend && php artisan migrate:fresh --seed
|
||||
Loading…
Add table
Add a link
Reference in a new issue