Merge pull request #3560 from omnivore-app/fix/backend
fix image error by reverting the change in excluded list of compilation
This commit is contained in:
@ -7,5 +7,5 @@
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["./src/generated"]
|
||||
"exclude": ["./src/generated", "./test"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user