-
Hi,
The reference which is not used is a function: const saveFilePassword = (password: string) => {
secureLocalStorage.setItem("filePassword", password);
}; Might just be that I don't have the So where should I start to get this working? |
Beta Was this translation helpful? Give feedback.
Answered by
sushinpv
Apr 30, 2023
Replies: 1 comment 1 reply
-
The issue is because, the process is not defined in the vite by default, You can define it by using
You can find more information here vitejs/vite#1973 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VPKSoft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is because, the process is not defined in the vite by default,
You can define it by using
vite.config.ts
You can find more information here vitejs/vite#1973