wails.json questions #918
Unanswered
Robert-M-Muench
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Good comments. Let's see what other people think. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have some questions/comments regrading wails.json.
From the docs (V2):
My wails.json:
assetdiris a confusing wording because there existsfrontend/src/assetsand the other config words read for the frontend are namedfrontend:...Why not usefrontend:srcand a description like Relative path to the frontend files which are embedded into the binary?frontend:buildis run in the frontend directory (assuming this is the one pointed to beassetdir) but then where to put React JSX source files for example? I mean, the unprocessed JSX file shouldn't go into the binary, only the pre-processed JS file. Where should I put the React source files?wailsjsdirI would expect this to point to./frontend/wailsjsand not only./frontendThat's confusing.Beta Was this translation helpful? Give feedback.
All reactions