This release improves multi-projects support
🚀 Features
-
imports
Reference elements from other projectsimport { serviceA } from 'projectA' model { serviceB = service { -> serviceA.api 'calls serviceA' } }
-
excludes
Exclude files in the config file{ "name": "project-name", "exclude": [ "**/node_modules/**/*" ] }