mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 00:03:40 +00:00
Merge pull request #3485 from strapi/chore/missing-func-call
Call requireBootstrap on init
This commit is contained in:
commit
364d435e6e
@ -101,6 +101,7 @@ class Strapi extends EventEmitter {
|
||||
};
|
||||
|
||||
this.fs = createStrapiFs(this);
|
||||
this.requireProjectBootstrap();
|
||||
}
|
||||
|
||||
requireProjectBootstrap() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user