Merge pull request #41 from Hannnes1/feature/melos

Add melos
This commit is contained in:
Nick Fisher
2024-06-21 02:08:34 +10:00
committed by GitHub
4 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View File

@@ -7,3 +7,6 @@
.DS_Store
**/*/build
**/*/pubspec.lock
pubspec_overrides.yaml
/pubspec.lock
*.iml

5
melos.yaml Normal file
View File

@@ -0,0 +1,5 @@
name: thermion_workspace
packages:
- thermion_dart
- thermion_flutter/**

6
pubspec.yaml Normal file
View File

@@ -0,0 +1,6 @@
name: thermion_workspace
environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
melos: ^6.1.0

View File

@@ -1 +0,0 @@
../thermion_dart