fix(server/docker): remove apply .env.example

This commit is contained in:
RainbowBird
2026-03-28 02:25:44 +08:00
committed by RainbowBird
parent 563d50fbee
commit 2b3721b3ac
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.9.0-alpha.28",
"private": true,
"scripts": {
"apply:env": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE",
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
"auth:generate": "pnpm run apply:env -- better-auth generate --config src/scripts/auth.ts --output src/schemas/accounts.ts -y",
"dev": "pnpm run apply:env -- tsx --watch src/bin/run.ts api",
"start": "pnpm run apply:env -- tsx src/bin/run.ts api",