Skip to content

Commit

Permalink
Try to retrigger the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Feb 10, 2024
1 parent b1c7cc4 commit 701d7ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/repl/stores/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ export const useOptions = defineStore('options2', () => {
available: optionOutputPreserveModules.value,
name: 'output.preserveModulesRoot'
});
const optionOutputReexportProtoFromExternal = getBoolean({
available: () =>
isInteropFormat.value && optionOutputExternalLiveBindings.value.value === false,
defaultValue: true,
name: 'output.reexportProtoFromExternal'
});
// const optionOutputReexportProtoFromExternal = getBoolean({
// available: () =>
// isInteropFormat.value && optionOutputExternalLiveBindings.value.value === false,
// defaultValue: true,
// name: 'output.reexportProtoFromExternal'
// });
const optionOutputSanitizeFileName = getBoolean({
available: alwaysTrue,
defaultValue: true,
Expand Down Expand Up @@ -450,7 +450,7 @@ export const useOptions = defineStore('options2', () => {
optionOutputPaths,
optionOutputPreserveModules,
optionOutputPreserveModulesRoot,
optionOutputReexportProtoFromExternal,
// optionOutputReexportProtoFromExternal,
optionOutputSourcemap,
optionOutputSourcemapFileNames,
optionOutputSanitizeFileName,
Expand Down

0 comments on commit 701d7ca

Please sign in to comment.