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
I just put a console.log in the renderer.ts file, and nothing gets logged, from what I understood, it's supposed to get called by public/index.html. I ran it with npm run dev and npm run dev:electron in the electron window
I also tried to call process.exit(0); , didn't do anything.
The preload script gets called. Didn't touched any files Im not "supposed"to.
The text was updated successfully, but these errors were encountered:
I did as you said (last child inside of <head>), chrome fails to load resource both in dev and dev:electron. Maybe you could add an example on how to make backend interact with frontend and vice versa in this amazing template.
Versions
Expected Behavior
I just put a console.log in the renderer.ts file, and nothing gets logged, from what I understood, it's supposed to get called by public/index.html. I ran it with
npm run dev
andnpm run dev:electron
in the electron windowI also tried to call
process.exit(0);
, didn't do anything.The preload script gets called. Didn't touched any files Im not "supposed"to.
The text was updated successfully, but these errors were encountered: