Properly declare inputs and output for buildClient (#2086)

Co-authored-by: samfreund <samf.236@proton.me>
This commit is contained in:
Gold856
2025-09-16 00:35:33 -04:00
committed by GitHub
parent 4b01b66ab7
commit 04e9bffeb7
6 changed files with 29 additions and 77 deletions

View File

@@ -43,26 +43,6 @@ In the photon-client directory:
pnpm install
```
### Build and Copy UI to Java Source
In the root directory:
```{eval-rst}
.. tab-set::
.. tab-item:: Linux
``./gradlew buildAndCopyUI``
.. tab-item:: macOS
``./gradlew buildAndCopyUI``
.. tab-item:: Windows (cmd)
``gradlew buildAndCopyUI``
```
### Using hot reload on the UI
In the photon-client directory: