chore: use alternative ways to bundle

This commit is contained in:
PalmDevs
2024-07-04 21:02:01 +07:00
parent ebf1ac7c08
commit 9b6ba56d99
50 changed files with 443 additions and 399 deletions

View File

@@ -17,17 +17,24 @@ To start developing, you'll need to set up the development environment first.
3. Install dependencies
```sh
bun install
```
```sh
bun install
```
4. Build packages/libraries
4. Install Git hooks for linting (optional, but recommended)
```sh
bun run build
bunx lefthook install
```
5. Change your directory to a project's root
5. Build packages/libraries
```sh
bun run build:packages
```
6. Change your directory to a project's root
```sh
# WebSocket API
cd apis/websocket