in webapp/app/api/twilio/route.ts [1:6]
export async function GET() { const credentialsSet = Boolean( process.env.TWILIO_ACCOUNT_SID && process.env.TWILIO_AUTH_TOKEN ); return Response.json({ credentialsSet }); }