diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6a9a64de --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea +.vscode +.turbo +node_modules \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..a68db00f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Open StApps Monorepo \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 00000000..a9afa2c3 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +packages: + - "backend/*" + - "configuration/*" + - "examples/*" + - "frontend/*" + - "packages/*" \ No newline at end of file diff --git a/turbo.json b/turbo.json new file mode 100644 index 00000000..b9293b87 --- /dev/null +++ b/turbo.json @@ -0,0 +1,5 @@ +{ + "pipeline": { + + } +} \ No newline at end of file