feat(app-generator): create plugins file when init strapi

This commit is contained in:
Leah Weisz 2023-12-11 10:41:44 +01:00
parent 40ef34cbcd
commit 1dbb4b62d9
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
module.exports = () => ({});

View File

@ -0,0 +1 @@
export default () => ({});