22 lines
548 B
YAML
22 lines
548 B
YAML
name: flutter_melos_modular_scaffold
|
|
publish_to: 'none'
|
|
description: "A sample project using melos and modular scaffold."
|
|
environment:
|
|
sdk: '>=3.10.0 <4.0.0'
|
|
workspace:
|
|
- packages/design_system
|
|
- packages/core
|
|
- packages/domain
|
|
- packages/data_connect
|
|
- packages/core_localization
|
|
- packages/features/staff/authentication
|
|
- packages/features/client/authentication
|
|
- packages/features/client/home
|
|
- packages/features/client/settings
|
|
- apps/staff
|
|
- apps/client
|
|
- apps/design_system_viewer
|
|
|
|
dev_dependencies:
|
|
melos: ^7.3.0
|