Security middleware does not work on prod but does work on dev

It is Possible to exclude folder in /server/local/** to not build in npx nuxi build ?
Extracting `useFetch` return type
const { data } = useFetch('/api/public/metadata')
// data is globalThis.Ref<{ someComplicated: type; withMany: properties }> | undefined
const { data } = useFetch('/api/public/metadata')
// data is globalThis.Ref<{ someComplicated: type; withMany: properties }> | undefined
Module dependencies as dev only
Getting Cookie From Middleware
How to forward logs to a Slack channel?
path to dependency
nuxt/content queryCollection not returning results when using .order()
@tus/server production build error
Static builds with nuxt content result in empty pages
[slug].vue
:
```js
<script setup>
const path = useRoute().path...Is it possible to change nuxt layers on the fly (run time)?
Two component files resolving to the same name `UiLabel`
app/components/ui/label/index.ts
and app/components/ui/label/Label.vue
like shadcn-vue
does I have this error :
```
WARN Two component files resolving to the same name UiLabel: ...defineShortcut(): meta key doesn't work on linux?
meta_
don't work for me at all. Now I understand linux is always iffy but this does seem like a bug to me right now. Want to ask if others have the same issue on other distros before i open an issue
my code:
```ts...Vscode and autoimport
<TuiC
it suggests the component but when select it adds this: import TuiContainer from '~/components/tui/TuiContainer.vue'..."export" PageMeta overrides from layer
route.meta.permissions
I added that to a .d.ts
file so I get full type safety:
```ts
declare module "#app" {...Setting Up An Article Based Website Using Nuxt Content
Custom pagination in Swiper in Nuxtjs
Get app version
Prevent dark mode in mobile when it's activated
[Content 3] Multiple sources