JTL-Shop-Entwicklungsumgebung/.ddev/commands/web/just
2025-07-23 18:07:09 +02:00

7 lines
No EOL
167 B
Bash
Executable file

#!/bin/bash
## Description: Run just commands in the web container
## Usage: just [command] [args...]
## Example: "ddev just install" or "ddev just start"
just "$@"