Merge pull request #19025 from L-Weisz/feature/strapi-init-create-plugins

feat: Automatically Create 'plugins.js/ts' in Config on New Strapi Project Initialization
This commit is contained in:
Alexandre BODIN 2024-01-10 09:46:21 +01:00 committed by GitHub
commit 749b32e28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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