Replies: 1 comment 2 replies
-
Totally open to this though I'm not sure what that would mean in terms of the server side. Would it need to open a port? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing around with Wails recently in one of my monorepo applications and I love it so far!
The issue I've been experiencing is that I use protos as my data exchange format to web apps too and those use custom generated proto definitions. I would have liked the ability to tell Wails, "Hey! Don't generate TypeScript types but instead use these pre-generated ones".
I did see a few plans on extending the generator in v3 but couldn't find any information on whether Wails would support custom type generation.
Beta Was this translation helpful? Give feedback.
All reactions