Nuxt Layer: Composable from layer not found
Following directory structure:
For unknown reason, I can't use
Yet my
For unknown reason, I can't use
useK8s in someHandler.get.ts. Nuxt complains: ERROR [nuxt] [request error] [unhandled] [500] useK8s is not defined .Yet my
app/.nuxt/imports.d.ts contains export { useK8s } from '../../k8s/composables/k8s';