add support for --env-file arg to bun run to load custom env files (#7032)

This commit is contained in:
Otger Rogla
2023-11-11 11:10:47 +01:00
committed by GitHub
parent f0cbc79d8b
commit eaa9ba99fa
13 changed files with 258 additions and 15 deletions

View File

@@ -78,6 +78,9 @@ subcommands:
- name: server-bunfile
type: string
summary: "Use a specific .bun file for SSR in bun dev (default: node_modules.server.bun)"
- name: env-file
type: string
summary: "Load environment variables from the specified file(s)"
- name: extension-order
type: string
summary: "defaults to: .tsx,.ts,.jsx,.js,.json"