refactor: add monorepo

This commit is contained in:
2023-03-14 17:44:23 +01:00
parent 93b651b35b
commit 24b50d471b
4 changed files with 16 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.idea
.vscode
.turbo
node_modules

1
README.md Normal file
View File

@@ -0,0 +1 @@
# Open StApps Monorepo

6
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,6 @@
packages:
- "backend/*"
- "configuration/*"
- "examples/*"
- "frontend/*"
- "packages/*"

5
turbo.json Normal file
View File

@@ -0,0 +1,5 @@
{
"pipeline": {
}
}