Hey people, hopefully a super quick question. In a Cloudflare pages application, where do i run the

Hey people, hopefully a super quick question. In a Cloudflare pages application, where do i run the npm install @cloudflare/pages-plugin-mailchannels. Do i run that inside the /functions folder or in the
/
application folder?

.
├── README.md
├── _headers.txt
├── functions
│   ├── _middleware.ts
│   └── tsconfig.json
├── index.html
└── style.css

Specifically, I am wanting to use the MailChannels (https://developers.cloudflare.com/pages/platform/functions/plugins/mailchannels/) plugin.
Was this page helpful?