import json deno edge function
Did anyone encountered an issue when trying to import a json file in a TS file(edge function), it cannot seem to find the specific file. The path is correct though (double and triple checked it) and the IDE doesn't finds it either. I'm trying locally with docker, running
supabase functions serve <functionName>