chore: moved to a new branch to save space
This commit is contained in:
7
libs/env_generator.js
Normal file
7
libs/env_generator.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class EnvGenerator {
|
||||
generate(values) {
|
||||
return values.map((value) => {
|
||||
return `VITE_${value.key.toUpperCase()}=${value.value}`
|
||||
}).join('\n')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user