I get this error on deployment… [ERROR] Top-level await is currently not supported with the "cjs" output format 9:21:06 PM: .netlify/functions-internal/entry.mjs:3869:0: 9:21:06 PM: 3869 │ await fetchProducts(); My code requires this structure when it loads… const state = { products:…