mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
add support for --env-file arg to bun run to load custom env files (#7032)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user