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
Hello! When I run npm run sign to make the .zxp file, it create the file, but when I open the .zxp file, I can see the "src" folder with all of my created .vue panels and the index-dev.html. Are these files supposed to be included in the .zxp file? I know maybe "src\host" folder should be included since my .jsx files are in there, but all the other non-necessary files are included in the .zxp file. Is there a way to just include the necessary files needed to make the panel work?
Thanks!
The text was updated successfully, but these errors were encountered:
I can add src to ./certignore, but when I sign the app, how can I build it so it will work. Sorry, I'm having trouble understanding how it's going to work.
Hello! When I run
npm run sign
to make the .zxp file, it create the file, but when I open the .zxp file, I can see the "src" folder with all of my created .vue panels and the index-dev.html. Are these files supposed to be included in the .zxp file? I know maybe "src\host" folder should be included since my .jsx files are in there, but all the other non-necessary files are included in the .zxp file. Is there a way to just include the necessary files needed to make the panel work?Thanks!
The text was updated successfully, but these errors were encountered: