-
First off I wanted to say thank you for creating this as it's been super helpful for me with quite a few projects! I wanted to ask this question as it's something that I find quite useful and feel it …
-
### Rule UUID
516376b4-05cd-4122-bae0-ad7641c38d48
### Example EventLog
{"@timestamp":"2022-08-04T12:36:14.997Z","@metadata":{"beat":"winlogbeat","type":"_doc","version":"8.3.2"},"agent":{"type":"w…
-
Hey `nextron build` seems to build for x64 and I can't find any settings to change it, how can I target to windows 32bit?
-
![image](https://user-images.githubusercontent.com/88266129/212524089-706ef5b3-0790-4351-a633-dcd190c408e7.png)
and I run `yarn && yarn dev`,
![image](https://user-images.githubusercontent.com/8…
-
Greetings!
Migrated an existing nextjs application to nextron, but api routes don't work on production.
Requesting them returns the html of the main page.
Dev works fine.
There is a warning…
-
I am struggling with getting .scss file import to work. I tried adding loader config in next.config.js inside render folder in the usual way I do it in NextJS, and I tried to put this config in nextro…
-
## End-to-End (E2E) Testing Guideline
- **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.7.2-rc1/index…
-
Versions:
OS: Ubuntu 20.04
Node: 17.6.0
Nextron: 8.0.0 (tailwind with typescript template)
Note:
I didn't make any changes to the template.
```
ready - started server on 0.0.0.0:8888, url: …
-
Hi!
Thanks for Nextron, It makes using Electron with Next.js as easy as having a normal web project
I only have one issue. I want to pack my app into a single .exe file. To do this I am using [In…
-
## Describe the bug
I'm using Electron with Next js with [Nextron ](https://github.com/saltyshiomix/nextron).
- I dispatch actions from the server in getServerSideProps
- the states is stored in …