Skip to content

Commit 85e7b1f

Browse files
committed
fix eslint errors
1 parent a533b99 commit 85e7b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/docs/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { DocsLayout } from 'fumadocs-ui/layouts/docs';
22
import { baseOptions } from '@/lib/layout.shared';
3-
import { PageTree } from 'fumadocs-core/server';
43
import { source } from '@/lib/source';
54

65
// eslint-disable-next-line @typescript-eslint/no-explicit-any
76
function getSubtree(tree: any): any {
7+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
88
const subTree: any = { name: tree.name, children: [] };
99

1010
if (tree.url) {

components/docker-compose-generator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function DockerComposeGenerator() {
6262
- PUID=${config.puid}
6363
- PGID=${config.pgid}
6464
- TZ=${config.timezone}
65-
- ORIGIN=${config.originUrl} # Set to the frontend url. It's the url you will use to access the frontend. This is used by both auth & svelte csrf protection.
65+
- ORIGIN=${config.originUrl} # Set to the frontend url. It's the url you will use to access the frontend. This is used by both auth & svelte csrf protection.
6666
- BACKEND_URL=http://riven:8080
6767
- BACKEND_API_KEY=CHANGE_ME_32_CHARACTER_API_KEY # IMPORTANT: Generate a secure 32-character API key
6868
depends_on:

0 commit comments

Comments
 (0)