mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
chore: lodash-es
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore
|
||||
import _ from "lodash";
|
||||
import _ from "lodash-es";
|
||||
export function getEnvValue(key: string) {
|
||||
// @ts-ignore
|
||||
return import.meta.env["VITE_APP_" + key];
|
||||
|
||||
Reference in New Issue
Block a user