fix bugs preventing the successful build of the arm frontend and backend images

This commit is contained in:
maxDorninger
2025-06-29 16:54:12 +02:00
parent 1a9a0cfadb
commit d63825a684
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import type { LayoutLoad } from './$types';
import { PUBLIC_API_URL } from '$env/static/public';
import { PUBLIC_API_URL } from '$env/dynamic/public';
import { error } from '@sveltejs/kit';
export const load: LayoutLoad = async ({ params, fetch }) => {