Using the mono repo strategy for Nuxt Layer causes deployments to fail on Vercel, if they contain just a single import of a component from a base layer.
Component:
// Layer 1 (base) - Counter.vue<template> <div> Hello World </div></template>
// Layer 1 (base) - Counter.vue<template> <div> Hello World </div></template>