Bug report
Describe the bug
From version supabase 2.67.1 relative imports that use tsconfig paths or deno.json imports seem to fail. They work in version 2.67.0.
To Reproduce
For example:
import { Webhook } from 'standardwebhooks';
And:
{
"imports": {
"standardwebhooks": "npm:standardwebhooks@1.0.0"
}
}
Fails on npx supabase functions deploy with:
Error: failed to create the graph
Caused by:
Relative import path "standardwebhooks" not prefixed with / or ./ or ../
Expected behavior
Imports are resolved.
Bug report
Describe the bug
From version supabase 2.67.1 relative imports that use tsconfig paths or deno.json imports seem to fail. They work in version 2.67.0.
To Reproduce
For example:
And:
{ "imports": { "standardwebhooks": "npm:standardwebhooks@1.0.0" } }Fails on
npx supabase functions deploywith:Expected behavior
Imports are resolved.