diff --git a/.stackblitz/codeflow.json b/.stackblitz/codeflow.json deleted file mode 100644 index 21acb9d4..00000000 --- a/.stackblitz/codeflow.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "bot": { - "issues": { - "trigger": "all-issues" - } - } -} diff --git a/.stackblitzrc b/.stackblitzrc deleted file mode 100644 index fdb11220..00000000 --- a/.stackblitzrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "installDependencies": true, - "startCommand": "npm run dev:mocked" -}