test: keep Vite env helper in frontend project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const mergeViteEnv = (
|
||||
fileEnv: Record<string, string>,
|
||||
runtimeEnv: NodeJS.ProcessEnv
|
||||
): Record<string, string | undefined> => ({
|
||||
...fileEnv,
|
||||
...runtimeEnv,
|
||||
});
|
||||
Reference in New Issue
Block a user