We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc5d70 commit 8750c1aCopy full SHA for 8750c1a
packages/cli/lib/fuse_t.js
@@ -30,6 +30,7 @@ exports.installFuseT = async function installFuseT() {
30
};
31
32
exports.confirmInstallFuseT = async function confirmInstallFuseT() {
33
+ if (process.env.INSTALL_FUSE_T === 'true') return true;
34
const answers = await inquirer.prompt([{
35
type: 'confirm',
36
name: 'installFuseT',
0 commit comments