You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding a reference to the vite client type declarations should let you use import.meta.env amongst other things as described here https://vite.dev/guide/features#client-types. however this does not work when using the Deno typechecker, when adding the reference, nothing seems to have changed and import.meta.env will continue to error.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.0.0
adding a reference to the vite client type declarations should let you use
import.meta.env
amongst other things as described here https://vite.dev/guide/features#client-types. however this does not work when using the Deno typechecker, when adding the reference, nothing seems to have changed andimport.meta.env
will continue to error.The text was updated successfully, but these errors were encountered: