prevent using dist folder

This commit is contained in:
Martin Karkowski 2020-08-23 09:27:42 +02:00
parent 3168d3c3f0
commit bf6a2883e5

View File

@ -32,6 +32,7 @@
"exclude": [
"node_modules",
"pages",
".next"
".next",
"dist"
]
}