This commit is contained in:
Morten Olsen
2023-06-16 11:10:50 +02:00
commit bc0d501d98
163 changed files with 16458 additions and 0 deletions

25
root.code-workspace Normal file
View File

@@ -0,0 +1,25 @@
{
"folders": [
{
"name": "ui",
"path": "packages/ui/src"
},
{
"name": "sdk",
"path": "packages/sdk/src"
},
{
"name": "widgets",
"path": "packages/widgets/src"
},
{
"name": "app",
"path": "packages/app/src"
},
{
"name": ".",
"path": "."
},
],
"settings": {}
}