From 76ab9949aa2c130a268aa290aa78fe1e2fb6b8be Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 8 Aug 2022 22:56:34 +0200 Subject: [PATCH] chore: Delete plugins.js from playground --- playground/config/plugins.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 playground/config/plugins.js diff --git a/playground/config/plugins.js b/playground/config/plugins.js deleted file mode 100644 index dd95994..0000000 --- a/playground/config/plugins.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = ({ env }) => ({ - 'config-sync': { - config: { - excludedConfig: [ - 'core-store.plugin_users-permissions_grant', - 'user-role.public', - ], - }, - }, -});