#js
Read more stories on Hashnode
Articles with this tag
Create env.d.ts file cd src touch env.d.ts /// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_BUILD_TIME: string; //...
I have no experience with Rust language at all. So when I try Rust, maybe something I don't understand at the moment I write this. But I want to give...