mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore(dev): add minify dev mode
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user