Chore/framework 6/n (#8356)

**What**
Refactor and improve job loader as well as move it to the framework

FIXES FRMW-2626
This commit is contained in:
Adrien de Peretti
2024-07-31 11:17:17 +02:00
committed by GitHub
parent 838eb0e34a
commit 6ccf83128c
13 changed files with 215 additions and 126 deletions

View File

@@ -3,9 +3,9 @@
"include": ["src"],
"exclude": [
"dist",
"./src/**/__tests__",
"./src/**/__mocks__",
"./src/**/__fixtures__",
"src/**/__tests__",
"src/**/__mocks__",
"src/**/__fixtures__",
"node_modules"
],
}