3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,3 +7,6 @@
|
||||
.DS_Store
|
||||
**/*/build
|
||||
**/*/pubspec.lock
|
||||
pubspec_overrides.yaml
|
||||
/pubspec.lock
|
||||
*.iml
|
||||
|
||||
5
melos.yaml
Normal file
5
melos.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: thermion_workspace
|
||||
|
||||
packages:
|
||||
- thermion_dart
|
||||
- thermion_flutter/**
|
||||
6
pubspec.yaml
Normal file
6
pubspec.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: thermion_workspace
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
dev_dependencies:
|
||||
melos: ^6.1.0
|
||||
@@ -1 +0,0 @@
|
||||
../thermion_dart
|
||||
Reference in New Issue
Block a user