1import { ExpoResponse } from 'expo-router/server';
2
3export function GET(): ExpoResponse {
4  throw new Error('This is a test error');
5}
6