Spaces:
Sleeping
Sleeping
File size: 204 Bytes
612f16b |
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,
};
|