shane

Results 1 issues of shane

When I created two custom environment files: .env.development and .env.production, each containing a variable named NUXT_PUBLIC_CHAT_ORIGIN, and then configured the corresponding variable in nuxt.config.js `runtimeConfig: { public: { chatOrigin: process.env.NUXT_PUBLIC_CHAT_ORIGIN...

pending triage