File size: 204 Bytes
fc69895
 
 
 
 
 
1
2
3
4
5
6
7
import { publicConfigTransporter } from "$lib/utils/PublicConfig.svelte";
import type { Transport } from "@sveltejs/kit";

export const transport: Transport = {
	PublicConfig: publicConfigTransporter,
};