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
commit b56610ca66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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