Exclude integrations/n8n from Next/Docker builds so the app image typechecks cleanly.
This commit is contained in:
@@ -10,3 +10,4 @@ uploads
|
||||
deploy-*.tgz
|
||||
scripts
|
||||
bg-video
|
||||
integrations
|
||||
|
||||
+1
-1
@@ -19,5 +19,5 @@
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules", "website"]
|
||||
"exclude": ["node_modules", "website", "integrations"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user