feat(docs): fixed firefox access

This commit is contained in:
jb
2026-04-17 15:08:13 -03:00
parent b5304ae5b3
commit 0ff6b33e2c
+1 -2
View File
@@ -2,7 +2,6 @@
var path = require('path');
var fs = require('fs');
var os = require('os');
var { exec } = require('child_process');
var { getPlatformDir } = require('../utils/platform');
@@ -242,7 +241,7 @@ function register(program) {
}
var html = buildSelectionPage(javaPath, reactNativePath);
var tmpFile = path.join(os.tmpdir(), 'vitruvio-docs-selector.html');
var tmpFile = path.join(platformDir, 'docs-selector.html');
fs.writeFileSync(tmpFile, html, 'utf8');
console.log('Abrindo seletor de documentação...');