diff --git a/.gitignore b/.gitignore index 12aef55c..dad2f3af 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ .DS_Store **/*/build **/*/pubspec.lock +pubspec_overrides.yaml +/pubspec.lock +*.iml diff --git a/melos.yaml b/melos.yaml new file mode 100644 index 00000000..dfa7fc3e --- /dev/null +++ b/melos.yaml @@ -0,0 +1,5 @@ +name: thermion_workspace + +packages: + - thermion_dart + - thermion_flutter/** diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 00000000..3ab56ff1 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,6 @@ +name: thermion_workspace + +environment: + sdk: '>=3.0.0 <4.0.0' +dev_dependencies: + melos: ^6.1.0 diff --git a/thermion_flutter/thermion_dart b/thermion_flutter/thermion_dart deleted file mode 120000 index da4db14f..00000000 --- a/thermion_flutter/thermion_dart +++ /dev/null @@ -1 +0,0 @@ -../thermion_dart \ No newline at end of file