mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
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:
commit
e2f9ea14d4
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user