Do I have to specify in the nuxt config files if I am using the app dir?
src dir in the NuxtConfig file if the said file is in the root of the project and I am using the app dir structure.Build Failure After Upgrading from Nuxt 3 to Nuxt 4 in Docker (Linux) – Rollup Module Error
npm install step, specifically when running nuxt prepare:...Hook after module installation
Nuxt 4 build but doesn't work
Build hook - dev only
Nuxt Module require other libraries without installing them
zod and @nuxt/ui, but not install them. I don't want to be something like @nuxt/ui that installs @nuxt/fonts instantly.
I want that, because I don't want to release often version updates when for example new version of zod is released. Is it even possible? Are there modules that have optional logic when other is detected?...Nuxt Content: Use custom subdomain in sitemap
media.mydomain.com). The metadata for the publications are serverd under mydomain.com/publications. ...Why my Nuxt-Icon color cannot able to change color?
Does useHead not exist in Nuxt 4?
Global types failing
Nuxt UI Pro free
Nuxt random crashing
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)...
Readonly reactive variables in pinia store
[Vue warn] Set operation on key "value" failed: target is readonly. on initial page load.
How can I solve this?...Unable to view the pages/index.vue

Zod auto imports
nuxt. I want to do something like this:
```ts
import * as z from 'zod'
export default defineNuxtPlugin(() => {...Nuxt content markdown validation
categories: z.array(z.enum(VALID_CATEGORIES)).optional(), to schema of my collection, but when writing the content .md file, i can write whatever i want, i would get no warnings about it and it would still work correctly, even tho im guessing it should not....PrimeVue components no longer auto-imported with Nuxt 4
Nuxt V4 npm run preview error can't find module "E:\WebDev\My-App\.output\.output\"
ℹ Starting preview command: node .output/server/index.mjs
node:internal/modules/cjs/loader:1404...
Migrating from nuxt V3 to V4: DOM doesnt update after HMR