fix(server/docker): remove apply .env.example
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user