added build instructions for prod package

This commit is contained in:
cpu
2026-09-04 21:55:02 +02:00
parent 28ba4c73b5
commit 19cc58b025
+9
View File
@@ -200,6 +200,15 @@ cd plugins/example-hello # or your own plugin
yarn build -- --watch
```
### Create a prod package
```bash
cd gsender
git apply plugins/vision-alignment/allow_camera.patch
yarn build-prod
yarn start-electron
```
gSender (when started with `yarn dev` / `NODE_ENV=development`) watches each plugins `ui/` directory and reloads the iframe automatically.
### Starting from an official template