20 lines
421 B
YAML
20 lines
421 B
YAML
|
|
# 이것이 my_game_center/pubspec.yaml 파일입니다.
|
||
|
|
|
||
|
|
name: my_game_center
|
||
|
|
publish_to: none
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: '^3.9.2'
|
||
|
|
|
||
|
|
# [핵심]
|
||
|
|
# Melos(및 Dart)가 이 폴더를 작업 공간으로 인식하게 합니다.
|
||
|
|
workspace:
|
||
|
|
- apps/app_sudoku
|
||
|
|
- apps/app_spider
|
||
|
|
- packages/service_api
|
||
|
|
- packages/feature_common
|
||
|
|
- packages/feature_game_sudoku
|
||
|
|
- packages/feature_game_spider
|
||
|
|
dev_dependencies:
|
||
|
|
melos: ^7.3.0
|