Merge pull request #14691 from strapi/fix/ts-does-not-read-license-txt

Replace directory to be able to get license.txt using a typescript project
This commit is contained in:
Christian 2022-10-25 13:23:03 +02:00 committed by GitHub
commit e2f9ea14d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ class Strapi {
}
get EE() {
return ee({ dir: this.dirs.dist.root, logger: this.log });
return ee({ dir: this.dirs.app.root, logger: this.log });
}
get services() {