NagariaHussain / doppio

A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.
MIT License
186 stars 75 forks source link

Custom Desk Page rebundling #28

Open thomasrehm opened 9 months ago

thomasrehm commented 9 months ago

Hi, nice tool!

I tried it for creating a custom desk page. The command itself works well, a new custom page is registered, the App.jsx file gets bundled and can be viewed.

But I got stuck when I try to rebundle or watch on changes in App.jsx file. How should this happen? I cannot find any reference to the created files or folders.

@NagariaHussain can you help me with the issue?