From d7b5d8574d301b00f7d28cba674693a65626319c Mon Sep 17 00:00:00 2001 From: Francisco Aranda Date: Tue, 30 Apr 2024 15:42:41 +0200 Subject: [PATCH] force execution --- argilla-frontend/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla-frontend/nuxt.config.ts b/argilla-frontend/nuxt.config.ts index 51603e3d050..3ff5940c466 100644 --- a/argilla-frontend/nuxt.config.ts +++ b/argilla-frontend/nuxt.config.ts @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +// Remove me import { NuxtConfig } from "@nuxt/types"; import Mode from "frontmatter-markdown-loader/mode"; import pkg from "./package.json";