From f6cc5d042468b20af30eb607be530d823051a950 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 12 Jan 2025 07:01:35 +0100 Subject: fix: shut up --- src/routes/upstream/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/routes/upstream/+server.ts b/src/routes/upstream/+server.ts index 678e4cd..f7cab12 100644 --- a/src/routes/upstream/+server.ts +++ b/src/routes/upstream/+server.ts @@ -1,5 +1,5 @@ import { redirect } from "@sveltejs/kit"; -import { repository } from "$/../package.json" with { type: "json" }; +import { repository } from "../../../package.json" with { type: "json" }; export const GET = () => { throw redirect(307, repository.url); -- cgit v1.2.3