mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
Merge pull request #9070 from strapi/fix-load-plugins-users-permissions
Fix typo in load-plugins file pattern preventing the app to start
This commit is contained in:
commit
331fdd866f
@ -52,7 +52,7 @@ const loadPlugins = async ({ installedPlugins, config }) => {
|
||||
|
||||
const files = await loadFiles(
|
||||
pluginPath,
|
||||
'{!(config|node_modules|test)/*.*(js|json),package.json}'
|
||||
'{!(config|node_modules|tests)/*.*(js|json),package.json}'
|
||||
);
|
||||
|
||||
const { config: pluginConfig } = await loadConfig(pluginPath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user