mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
refactor: add monorepo
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.idea
|
||||
.vscode
|
||||
.turbo
|
||||
node_modules
|
||||
6
pnpm-workspace.yaml
Normal file
6
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
packages:
|
||||
- "backend/*"
|
||||
- "configuration/*"
|
||||
- "examples/*"
|
||||
- "frontend/*"
|
||||
- "packages/*"
|
||||
5
turbo.json
Normal file
5
turbo.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"pipeline": {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user