fix: sanitize absolute paths

This commit is contained in:
Adam
2025-11-25 16:02:27 -06:00
parent eaeea45ace
commit 4477132448
18 changed files with 312 additions and 358 deletions

View File

@@ -1,8 +1,9 @@
import { useGlobalSync } from "@/context/global-sync"
import { base64Encode, getFilename } from "@/utils"
import { base64Encode } from "@/utils"
import { For } from "solid-js"
import { A } from "@solidjs/router"
import { Button } from "@opencode-ai/ui/button"
import { getFilename } from "@opencode-ai/util/path"
export default function Home() {
const sync = useGlobalSync()