Guide
Getting Started
Get applicationinsights on nitro in a few minutes.
Getting Started
Get applicationinsights on nitro in a few minutes.
Play online
You can start playing with nitro-applicationinsights in your browser using Stackblitz:
Install it on your project
- Add the module to your dependencies
npm install nitro-applicationinsights
yarn install nitro-applicationinsights
pnpm install nitro-applicationinsights
- Add the module into your config
nitro.config.ts
export default defineNitroConfig({
modules: ['nitro-applicationinsights']
})