Commit 9e3f3e6a authored by nanahira's avatar nanahira

fix

parent fe43a155
Pipeline #14533 failed with stages
in 25 seconds
...@@ -21,7 +21,7 @@ export async function loadConfig(): Promise<Config> { ...@@ -21,7 +21,7 @@ export async function loadConfig(): Promise<Config> {
} }
return { return {
...defaultConfig, ...defaultConfig,
...process.env,
...readConfig, ...readConfig,
...process.env,
}; };
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment