Skip to content

Commit

Permalink
refactor: rename flag
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 19, 2023
1 parent 5d582b6 commit b88800e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_IC_CMC_CANISTER_ID=rkp4c-7iaaa-aaaaa-aaaca-cai
VITE_BN_REGISTRATIONS_URL=https://icp0.io/registrations
VITE_JUNO_CDN_URL=https://fmkjf-bqaaa-aaaal-acpza-cai.raw.icp0.io
VITE_ADD_DOCUMENT=true
VITE_DEV_FEATURES=true
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VITE_IC_CMC_CANISTER_ID=rkp4c-7iaaa-aaaaa-aaaca-cai
VITE_LEDGER_CANISTER_ID=ryjl3-tyaaa-aaaaa-aaaba-cai
VITE_BN_REGISTRATIONS_URL=https://icp0.io/registrations
VITE_JUNO_CDN_URL=https://fmkjf-bqaaa-aaaal-acpza-cai.raw.icp0.io
VITE_ADD_DOCUMENT=false
VITE_DEV_FEATURES=false
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/docs/Docs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
await list();
})();
const ADD_DOCUMENT_FEATURE = import.meta.env.VITE_ADD_DOCUMENT === 'true';
const ADD_DOCUMENT_FEATURE = import.meta.env.VITE_DEV_FEATURES === 'true';
</script>

<div class="title">
Expand Down

0 comments on commit b88800e

Please sign in to comment.