🔧
This commit is contained in:
11
node_modules/vite/dist/node-cjs/publicUtils.cjs
generated
vendored
11
node_modules/vite/dist/node-cjs/publicUtils.cjs
generated
vendored
@@ -3425,7 +3425,7 @@ function isFileLoadingAllowed(config, filePath) {
|
||||
|
||||
var main = {exports: {}};
|
||||
|
||||
var version$1 = "16.4.7";
|
||||
var version$1 = "16.5.0";
|
||||
var require$$4 = {
|
||||
version: version$1};
|
||||
|
||||
@@ -3520,10 +3520,6 @@ function _parseVault (options) {
|
||||
return DotenvModule.parse(decrypted)
|
||||
}
|
||||
|
||||
function _log (message) {
|
||||
console.log(`[dotenv@${version}][INFO] ${message}`);
|
||||
}
|
||||
|
||||
function _warn (message) {
|
||||
console.log(`[dotenv@${version}][WARN] ${message}`);
|
||||
}
|
||||
@@ -3619,7 +3615,10 @@ function _resolveHome (envPath) {
|
||||
}
|
||||
|
||||
function _configVault (options) {
|
||||
_log('Loading env from encrypted .env.vault');
|
||||
const debug = Boolean(options && options.debug);
|
||||
if (debug) {
|
||||
_debug('Loading env from encrypted .env.vault');
|
||||
}
|
||||
|
||||
const parsed = DotenvModule._parseVault(options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user