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:
Jackson Harper
2024-02-22 16:56:32 +08:00
committed by GitHub

View File

@ -7,5 +7,5 @@
"outDir": "dist"
},
"include": ["src", "test"],
"exclude": ["./src/generated"]
"exclude": ["./src/generated", "./test"]
}