#cant connect to the backend (importing)
14 messages · Page 1 of 1 (latest)
this typically means you're not using a frontend bundler like vite or webpack which is required to import npm packages.
if you prefer not to use one of those you can access the tauri apis via window.__TAURI__.core.whatever
i am using vite
and it was working
is that file perhaps not part of the files vite works on? do other npm imports work?
idk
it was working until i install git
i think that others work
how can i test this?
i am a beginner
i tested using globalTauri but it exited the same error