import license from "$lib/license.ts"; export const GET = () => { return new Response(license); };