generated from alecodes/base-template
feat: add basic project layout and migration config
This commit is contained in:
parent
d9962769ad
commit
f937122a2a
5 changed files with 37 additions and 1 deletions
10
.justfile
10
.justfile
|
|
@ -1,5 +1,13 @@
|
|||
# Repo management tasks
|
||||
mod repo ".devfiles/justfile"
|
||||
|
||||
[private]
|
||||
[working-directory: 'docker']
|
||||
compose-exec +ARGS:
|
||||
docker compose exec {{ARGS}}
|
||||
|
||||
[working-directory: 'docker']
|
||||
dev:
|
||||
@echo "Edit the .justfile to setup the dev task!"
|
||||
docker compose up --watch
|
||||
|
||||
dbmate +ARGS: (compose-exec "index dbmate" ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue