Move apps to mobile directory structure
Relocated all app directories (client, design_system_viewer, staff) and their contents under the new 'apps/mobile' path. This change improves project organization and prepares for future platform-specific structuring.
This commit is contained in:
11
apps/mobile/packages/domain/pubspec.yaml
Normal file
11
apps/mobile/packages/domain/pubspec.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: krow_domain
|
||||
description: Domain entities and business logic.
|
||||
version: 0.0.1
|
||||
publish_to: none
|
||||
resolution: workspace
|
||||
|
||||
environment:
|
||||
sdk: '>=3.10.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
equatable: ^2.0.8
|
||||
Reference in New Issue
Block a user