addEventListener('fetch', event => {
event.respondWith(handleRequest(event));
});
async function handleRequest(event) {
const { env } = event;
// Access the environment variable
const myEnvVar = env.MAILCHIMP_API_KEY;
// Log the environment variable
console.log(
addEventListener('fetch', event => {
event.respondWith(handleRequest(event));
});
async function handleRequest(event) {
const { env } = event;
// Access the environment variable
const myEnvVar = env.MAILCHIMP_API_KEY;
// Log the environment variable
console.log(