@@ -6,21 +6,21 @@ let project = Project.module(
66 name: ModulePaths . Feature. LiveStreamFeature. rawValue,
77 targets: [
88 . interface( module: . feature( . LiveStreamFeature) , dependencies: [
9- . feature( target: . BaseFeature, type: . interface)
9+ . feature( target: . BaseFeature, type: . interface) ,
1010 ] ) ,
1111 . implements( module: . feature( . LiveStreamFeature) , dependencies: [
1212 . feature( target: . LiveStreamFeature, type: . interface) ,
1313 . feature( target: . BaseFeature) ,
1414 . domain( target: . LiveStationDomain, type: . interface) ,
1515 . domain( target: . BroadcastDomain, type: . interface) ,
16- . module( target: . ChatSoketModule)
16+ . module( target: . ChatSoketModule) ,
1717 ] ) ,
1818 . tests( module: . feature( . LiveStreamFeature) , dependencies: [
19- . feature( target: . LiveStreamFeature)
19+ . feature( target: . LiveStreamFeature) ,
2020 ] ) ,
2121 . demo( module: . feature( . LiveStreamFeature) , dependencies: [
2222 . feature( target: . LiveStreamFeature) ,
23- . domain( target: . LiveStationDomain, type: . interface)
24- ] )
23+ . domain( target: . LiveStationDomain, type: . interface) ,
24+ ] ) ,
2525 ]
2626)
0 commit comments