I get an unexpect data type #111
Unanswered
damingupup
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set a boolean variable in
env.t.ds
and.env
.interface ImportMetaEnv{ readonly VITE_BASE_URL:string; readonly VITE_AUTHENTICATION:boolean; }
VITE_AUTHENTICATION=false
I get a string "false",but I expect geting a bool.
Beta Was this translation helpful? Give feedback.
All reactions