You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(edge-functions): add warning for edge-functions configuration (#2984)
* feat(functions): auto add deno.jsonc and .npmrc to new functions
* feat(deploy): add warning for functions imports structure
* Update internal/functions/new/templates/.npmrc
Co-authored-by: Han Qiao <[email protected]>
* fix: function prototype
---------
Co-authored-by: Han Qiao <[email protected]>
fmt.Fprintln(os.Stderr, utils.Yellow("WARNING:"), "Functions using fallback import map:", utils.Aqua(strings.Join(functionsUsingDeprecatedGlobalFallback, ", ")))
122
+
fmt.Fprintln(os.Stderr, "Please use recommended per function dependency declaration ", utils.Aqua("https://supabase.com/docs/guides/functions/import-maps"))
0 commit comments