Skip to content

Commit

Permalink
use default sheets and named config files
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rugh <[email protected]>
  • Loading branch information
sirugh committed Dec 13, 2024
1 parent c49fd4d commit b4ba79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const calcEnvironment = () => {

function buildConfigURL(environment) {
const env = environment || calcEnvironment();
let fileName = 'configs.json?sheet=prod';
let fileName = 'configs.json';
if (env !== 'prod') {
fileName = `configs-${env}.json`;
}
Expand Down

0 comments on commit b4ba79f

Please sign in to comment.