diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bb81abb..0793fa66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,10 +77,11 @@ Now you're all setup and can start implementing your changes. This project is a monorepo. The code for the `readest-app` is in the `app/readest-app` directory. Here are some useful scripts for developing the frontend only without compiling Tauri: -| Command | Description | -| ---------------- | -------------------------------------------------- | -| `pnpm dev-web` | Starts the development server for the web app only | -| `pnpm build-web` | Builds the web app | +| Command | Description | +| ------------------------------------------ | -------------------------------------------------- | +| `pnpm dev-web` | Starts the development server for the web app only | +| `TAURI_DEV_HOST=192.168.1.22 pnpm dev-web` | Start the dev server on a LAN address | +| `pnpm build-web` | Builds the web app | Recommended Visual Studio Code plugins for development: diff --git a/apps/readest-app/src/app/library/page.tsx b/apps/readest-app/src/app/library/page.tsx index b8d59f3b..54189bf0 100644 --- a/apps/readest-app/src/app/library/page.tsx +++ b/apps/readest-app/src/app/library/page.tsx @@ -233,7 +233,7 @@ const LibraryPage = () => { } return ( -