Fix: harden local dev startup flow
This commit is contained in:
@@ -18,7 +18,7 @@ start:
|
||||
# Alias for the main full local development flow.
|
||||
dev: up
|
||||
|
||||
# Stop and remove the local development stack.
|
||||
# Stop and remove the local development stack (confirmation required).
|
||||
down:
|
||||
bash '{{stack_runner}}' down
|
||||
|
||||
@@ -34,6 +34,6 @@ logs:
|
||||
restart:
|
||||
bash '{{stack_runner}}' restart
|
||||
|
||||
# Stop the local development stack and remove local images, volumes, and backend dev state.
|
||||
# Stop the local development stack and remove local images, volumes, backend dev state, and the local POSIX folder (confirmation required).
|
||||
clean:
|
||||
bash '{{stack_runner}}' clean
|
||||
|
||||
Reference in New Issue
Block a user