chore: revert back environment variable prefixes to VITE_
This commit is contained in:
@@ -35,7 +35,7 @@ function runChildProcessWithPrefix(command, args, prefix) {
|
||||
}
|
||||
|
||||
const envFileContent = Object.entries(process.env)
|
||||
.filter(([env]) => env.startsWith("APP_"))
|
||||
.filter(([env]) => env.startsWith("VITE_"))
|
||||
.map(([env, val]) => `${env}=${
|
||||
(val.startsWith("\"") && val.endsWith("\""))
|
||||
? val
|
||||
|
||||
Reference in New Issue
Block a user