From 950f69f04b07e940f3e5b15dc9a5fd9566558485 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 31 May 2021 18:07:23 +0200 Subject: [PATCH] refactor: removed useless runtime config --- buildModules/tool-config/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildModules/tool-config/index.ts b/buildModules/tool-config/index.ts index 2dd7e0d2..e9d85c7b 100644 --- a/buildModules/tool-config/index.ts +++ b/buildModules/tool-config/index.ts @@ -55,8 +55,6 @@ const toolConfigModule: Module = function () { routes.push(newRoute) }) - - nuxt.options.publicRuntimeConfig.toolList = toolList }) extendBuild((config) => {