{"version":3,"file":"public-dynamic-env-route.mjs","names":[],"sources":["../src/public-dynamic-env-route.ts"],"sourcesContent":["import type { APIRoute } from 'astro';\nimport { getPublicDynamicEnv } from 'varlock/env';\n\nexport const prerender = false;\n\nexport const GET: APIRoute = () => new Response(\n  JSON.stringify(getPublicDynamicEnv()),\n  {\n    status: 200,\n    headers: { 'Content-Type': 'application/json; charset=utf-8' },\n  },\n);\n"],"mappings":";;AAGA,MAAa,YAAY;AAEzB,MAAa,YAAsB,IAAI,SACrC,KAAK,UAAU,oBAAoB,CAAC,GACpC;CACE,QAAQ;CACR,SAAS,EAAE,gBAAgB,kCAAkC;AAC/D,CACF"}