app/storyblok/teaser/) is a solid organizational strategy and aligns well with modular, maintainable code practices. However, based on the knowledge sources provided, there is no official Nuxt or Nuxt Content documentation that directly addresses Storyblok "Schema as Code" setups or the use of import.meta.glob for schema management in this context./types or /storyblok) and either import files manually or configure auto-imports via the imports.dirs option in nuxt.config.ts if you want auto-imports for certain directories. However, you must ensure your custom folders do not conflict with future Nuxt reserved folders. Manual imports are always safe and flexible for custom setups Where can arbitrary code be placed in Nuxt 3?.import.meta.glob for schema files or on excluding such files from client bundles. Nuxt’s Vite integration allows you to use Vite plugins and advanced configuration, so a custom Vite plugin could be a solution for excluding files from the client bundle, but this is not covered in the official docs Using Vite Plugins in Nuxt.import.meta.glob to gather files for server-side scripts, but you’ll need to ensure these files are not included in the client bundle. This may require custom Vite configuration, which is possible but not documented in the official Nuxt sources.build.rollupOptions or a custom plugin, but the knowledge sources do not provide a ready-made solution for this.app/storyblok/teaser/import.meta.globimport.meta.globimport.meta.glob/types/storyblokimports.dirsbuild.rollupOptions