fix: remove unwanted changes

This commit is contained in:
gauthier-th
2025-03-24 21:21:28 +01:00
committed by Gauthier
parent f03c85ad34
commit e3e5c2028e
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,12 @@ module.exports = {
singleQuote: true,
trailingComma: 'es5',
overrides: [
{
files: 'pnpm-lock.yaml',
options: {
rangeEnd: 0, // default: Infinity
},
},
{
files: 'gen-docs/pnpm-lock.yaml',
options: {

View File

@@ -42,6 +42,7 @@ pnpm build
```bash
pnpm start
```
:::info
You can now access Jellyseerr by visiting `http://localhost:5055` in your web browser.
:::