mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
11 lines
257 B
YAML
11 lines
257 B
YAML
version: "0.5"
|
|
|
|
processes:
|
|
tailwind:
|
|
command: watchexec -r -e go,tmpl,css just _tailwindcss-build
|
|
availability:
|
|
restart: "always"
|
|
zdravko:
|
|
command: watchexec -r -e go,tmpl,css just run-zdravko
|
|
availability:
|
|
restart: "always"
|