diff --git a/.dockerignore b/.dockerignore index 0c9f11f..e7f7ca2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,4 @@ uploads deploy-*.tgz scripts bg-video +integrations diff --git a/tsconfig.json b/tsconfig.json index 0625d2f..e343ea8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules", "website"] + "exclude": ["node_modules", "website", "integrations"] }