set up melos workspace
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
# IntelliJ
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Flutter/Dart/Pub related
|
||||||
|
.dart_tool/
|
||||||
|
build/
|
||||||
|
pubspec.lock
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
name: lensai_project
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- app/
|
||||||
|
- packages/**
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
name: lensai_project
|
||||||
|
|
||||||
|
environment:
|
||||||
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
dev_dependencies:
|
||||||
|
melos: ^6.1.0
|
||||||
Reference in New Issue
Block a user