How to use wails as a service #3376
-
I would like to use as a service in my application. Currently im using cobra in order to start each service. (e,g |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi 👋 I'm not sure I fully understand what you are trying to do, but if you're looking at building the wails part of your app like you do the other parts of your app then there is this guide: https://wails.io/docs/next/guides/manual-builds |
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies. I was able to set the NewApp method as default for my application and use it as usual with wails cli commands |
Beta Was this translation helpful? Give feedback.
Hi 👋 I'm not sure I fully understand what you are trying to do, but if you're looking at building the wails part of your app like you do the other parts of your app then there is this guide: https://wails.io/docs/next/guides/manual-builds
go run
will work fine so long as you use the correct build tags and have your assets built in the right place.