5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 22:49:29 +08:00
wails/v3/internal/runtime/desktop
Fabio Massaioli b74b9efa8e
Fix OffAll test
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-25 17:15:45 +01:00
..
@wailsio/runtime Fix OffAll test 2025-02-25 17:15:45 +01:00
compiled Update bundled runtime 2025-02-25 03:32:30 +01:00
README.md Update bundled runtime 2025-02-25 03:32:30 +01:00

README

The index.js file in the compiled directory is the entrypoint for the runtime.js file that may be loaded at runtime. This will add window.wails and window._wails to the global scope.

NOTE: It is preferable to use the @wailsio/runtime package to use the runtime.

⚠️ Do not rebuild the runtime manually after updating TS code: the CI pipeline will take care of this. PRs that touch build artifacts will be blocked from merging.