5 lines
133 B
Batchfile
5 lines
133 B
Batchfile
@echo off
|
||
REM 使用 .env.production 运行 Air,等同于 air -c .air.production.toml
|
||
cd /d "%~dp0"
|
||
air -c .air.production.toml %*
|