Doppler SDK Nuxt integration
Once you have created an account on Doppler and created an API Key, you can proceed with the next steps.
Pick your package manager and install the SDK.
Edit nuxt.config.ts
and add the following code:
@askdoppler/nuxt
to the modules
array like so:Try to place it as early as possible in the modules
array to ensure the
middleware is prioritized.
nuxt.config.ts
file:To test that your setup is correctly working you can try asking ChatGPT or Perplexity to search for your websites URL. Data should start showing up right after your request.