✨ init Project
This commit is contained in:
6
vitePlugin/secret/index.js
Normal file
6
vitePlugin/secret/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function AddSecret(secret) {
|
||||
if (!secret) {
|
||||
secret = ''
|
||||
}
|
||||
global['gva-secret'] = secret
|
||||
}
|
Reference in New Issue
Block a user