ignore: revert

This commit is contained in:
Dax Raad
2025-06-24 14:59:27 -04:00
parent 6ed661c140
commit 9cfb6ff964
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { lazy } from "../util/lazy"
import path from "path"
export const AuthCopilot = lazy(async () => {
const file = Bun.file(path.join(Global.Path.cache, "copilot.ts"))
const file = Bun.file(path.join(Global.Path.state, "plugin", "copilot.ts"))
const response = fetch(
"https://raw.githubusercontent.com/sst/opencode-github-copilot/refs/heads/main/auth.ts",
)