Can't get basic e2e tests working

Nitro Error Building on CF Pages
[error] [nitro] Error: ENOTDIR: not a directory, stat '/opt/buildhome/repo/node_modules/unenv/dist/runtime/node/punycode.mjs/'
[error] [nitro] Error: ENOTDIR: not a directory, stat '/opt/buildhome/repo/node_modules/unenv/dist/runtime/node/punycode.mjs/'
CANNOT RESOLVE #app & #imports from vitest into my nuxt-module
Docker Cant Read Node Module for Nuxt

Find nuxt code deployment model
Nuxt generate and wrong path

Auth session missing!
Question about consistently increasing number of nodes, listeners and heap? Is this a memory leak?

With custom Colors all texts are black
UI v3: Styling is off (no rounded corners)
YML interpolation text styling
"sideEffects" is false in the enclosing "package.json" file
Fetch only once on initial page load
Using TailwindCSS classes in a Nuxt Module
Typerrors in Nuxt ui components
npm run generate?
Currently they are blocking my deployment....
"No data" text in Table Component
LOOKING FOR FULLSTACK DEVELOPER
How to use lazy components in composables?
Nuxt 4 / relative imports path in server routes
compatibilityVersion: 4 the relative imports import prisma from '~/server/utils/prisma' in my server routes doesn't work anymore.
I can set import prisma from '../../../server/utils/prisma' but it would be nice to have them a bit more relative. Anyone knows, how to set them correctly? Tnx...