chore(dev): add minify dev mode

This commit is contained in:
Acbox
2026-04-08 22:15:48 +08:00
parent 48da4e026e
commit a71f2ad529
3 changed files with 212 additions and 14 deletions
+8
View File
@@ -69,6 +69,14 @@ set -e
docker compose -f devenv/docker-compose.yml up --build
"""
[tasks."dev:minify"]
description = "Start development environment with minified services"
run = """
#!/bin/bash
set -e
docker compose -f devenv/docker-compose.minify.yml up --build
"""
[tasks."dev:selinux"]
description = "Start development environment on SELinux systems"
run = """