Fix module building

This commit is contained in:
ThatTonybo
2025-08-12 00:50:51 +10:00
parent 32a49839a6
commit 33747bad59
4 changed files with 24 additions and 4 deletions

View File

@@ -17,6 +17,16 @@ bun install github:pygmyapp/ipc-client
- Clone this repository
- Install dependencies with `bun install`
## Build
```sh
bun run build
```
## Scripts
- `bun run lint`: runs Biome's linting, applies safe fixes, suggests fixes to errors, and auto-organizes imports
## Licence
Copyright (c) 2025 Pygmy & contributors
All code & assets are licensed under GNU GPL v3 unless stated otherwise.