mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
b56610ca66
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
|||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["./src/generated"]
|
||||
"exclude": ["./src/generated", "./test"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue