Add justfile

This commit is contained in:
Oliver Davies 2025-04-16 18:18:17 +01:00
parent 91cba785f4
commit e6ae3a1655
2 changed files with 9 additions and 0 deletions

8
justfile Normal file
View file

@ -0,0 +1,8 @@
_default:
just --list
export-config:
drush config:export --destination=`pwd`/config/sync --yes
install-drupal:
drush si --db-url=sqlite://localhost/db.sqlite