Files
soul-yongping/soul-api/air-pro.bat
2026-02-24 15:25:18 +08:00

5 lines
133 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
REM 使用 .env.production 运行 Air等同于 air -c .air.production.toml
cd /d "%~dp0"
air -c .air.production.toml %*