eitri-cli 1.53.2-beta.1 → 1.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -25,8 +25,6 @@ const checkVerbose = () => {
|
|
|
25
25
|
|
|
26
26
|
const run = async () => {
|
|
27
27
|
checkVerbose();
|
|
28
|
-
// Temporariamente necessário por conta de no contexto do Rust não saber o diretório atual, dessa forma exportando o fullPath do config é possível.
|
|
29
|
-
// Quando se tornar uma CLI somente em rust no processo de instalação podemos declarar o caminho, como é via NPM pode ter caminhos variados de acordo com sistema de versionamento, NVM, Volta, ASDF é necessário a variável abaixo.
|
|
30
28
|
process.env.CONFIG_DIR_PATH = path.join(__dirname, "eitri-cli-v2", "config");
|
|
31
29
|
|
|
32
30
|
try {
|