deploy previews - netlify/nuxt
I have the env url (this is being used sometimes when i need to use to create httpClient of convex)
it is defined as NUXT_PUBLIC_CONVEX_URL -
i use the build command -
npx convex deploy --cmd-url-env-var-name NUXT_PUBLIC_CONVEX_URL --cmd 'npm run build'without setting this env in netlify, the deploy preview errors out that it needs a dpeloyment url. from convex docs, would this env be injected? I was thinking of trying to set it dynamically, but not sure if thats the route to go?

