Ebook Reader
Deploy with Vercel
- When deploy with Vercel.
- The Project → Settings.
- General → Build & Development Settings
Build Command: pnpm build Output Directory: build Install Command: pnpm install --frozen-lockfile && pnpm svelte-kit sync
- Root Directory →
apps/web
.