Christophe Faribault
Christophe Faribault
**Describe the bug** Error: ENOENT: no such file or directory, open '/home/path/to/project/dist/apps/desktop-app-electron/index.js' **To Reproduce** Steps to reproduce the behavior: 1. `npx create-nx-workspace@latest --preset=angular-monorepo --name=org --appName=renderer --e2eTestRunner=cypress --style=css --bundler=esbuild --nxCloud --ci=bitbucket-pipelines...
### Clear and concise description of the problem I'm having a hard time getting the renderer process (React app) listening to a main thread event. The project was created using...
Hi all, I'm trying to implement convert-units in an Electron preload script (basically, shared code between main and renderer threads) and I'm getting the following error: `TypeError: configureMeasurements is not...
### Describe the bug Hi! I have an electron/drizzle app with the following config: drizzle.config.ts ```ts import type { Config } from 'drizzle-kit' import { DatabaseConfig } from './src/libs/config' export...
### Description `app` may be null or undefined ### Additional context --- ### What is the purpose of this pull request? - [X] Bug fix - [ ] New Feature...