This commit is contained in:
Sasha 2024-02-28 01:08:07 +01:00
parent 535eef02c9
commit e6c84dc573
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ module.exports = function (config) {
files: [
"src/**/!(node).spec.ts",
{
pattern: `dist/**/*`,
pattern: `src/**/*`,
watched: false,
included: false,
served: true,