mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 16:55:36 +02:00
fix bugs preventing the successful build of the arm frontend and backend images
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user