Exclude page from nested layout
How to build my Nuxt 4 app in watch mode without serving the page (localhost:3000)
nuxt dev builds in watch mode but serves it at localhost:3000, as far as I've looked in the docs the cli doesn't have some command like nuxt build --watch and if possible with the --prerender flag for static deployment builds.
The purpose of this is that I'm building a desktop app example for electrobun, and since the page is rendered in a native webview window i just point it to the index.html in the .output, so i dont need the Nuxt app to be served at localhost:3000.
PS: this is not a error or similar, i just would like to have the watch mode so i don't have to run nuxt build everytime i make a change on the frontend...Two routes with the same page component
issue with import { serverSupabaseServiceRole } from "#supabase/server";
serverSupabaseClient works without any issue ...
my envs
SUPABASE_URL...how to give types to a $plugin under nuxtApp?
app/plugins/app.ts which has some methods defined:
```ts
export type AppPlugin = {
error(v: { code: string; error: any }): void
}...šØ Nuxt 3 Production Issue: useFetch Params Lost in Server API Route
Transitions prevent render
i18n $t() typescript error
$t was not found. Unfornatley i dont know what to do. I already cleared the cache and recreated the types with bunx nuxt@latest prepare and also recreated the .lock file.
Any help is appreciated!...
How to use ProsePre components
<ProsePre> component.
This is what I want to render (its working in .md file with nuxt-content but without real dynamic variable tho):
```python
import test as ts...
how to remove black border from UAvatar?

Nuxt content not rendered when running docker image
docker build on my maching and run that image, the app works well
However, when we build the image in CI, the content does not render when I open the app. I am sure that the content directory is correctly cloned and available to docker context
How can I debug this?...How can I reduce imports from entry.js file?
Studio now requires a server-side route for authentication
Nuxt Studio issues
vite.optimizeDeps.include = ['brace-expansion'].
The button to open the studio panel showed up after this.
(nuxt content issue: 3306)...null is not an object (evaluating 'instance.__vrv_devtools = info')
Unable to fetch data from database
set idleTimeout when using bun preset
How do I disable props and variables in Nuxt MDC
nuxt-auth-utils userSession empty on server side
onSuccess hook in server/routes/auth/keycloak.get.ts using setUserSession. I can access these data on client side with the composable useUserSession(), but when I try to access the user session on server/api/auth/refresh.ts via getUserSession(event) I get an empty session only containing a different id, no tokens, firstName, lastName or other parts of th...imports into layers folders give me errors ( Cannot find module ) but not always, I am using Nuxt 4