I've tried using the logto sdk in a nuxt app but it doesn't load the nuxt module properly.
ERROR [worker reload] [worker init] defineEventHandler is not defined 01:36:29
at <anonymous> (node_modules\.pnpm\@logto+nuxt@0.1.0\node_modules\@logto\nuxt\dist\runtime\server\event-handler.mjs:3:16)
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
at async loadESM (node:internal/process/esm_loader:40:7)
at async handleMainPromise (node:internal/modules/run_main:66:12)
Describe the bug
I've tried using the logto sdk in a nuxt app but it doesn't load the nuxt module properly.
Expected behavior
The logto nuxt module works normally
How to reproduce?
npm run dev
Context
Screenshots