Fixed barrels and input

This commit is contained in:
Sebastian Seedorf
2022-08-19 16:37:55 +02:00
parent 58c3b1a3c3
commit ce682a6939
8 changed files with 224 additions and 24 deletions

View File

@@ -6,7 +6,8 @@
"jest.config.js",
"next.config.js",
"src/backend-custom-server/index",
"scripts/*"
"scripts/*",
"res/*.json"
],
"exclude": ["dist", ".next", "out", "node_modules", "cypress"]
}