From 80cc59375f824bd03391a60462ea4907a17237f7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 9 Mar 2024 14:36:05 +0100 Subject: [PATCH] chore: remove auto-import override (#1492) --- .nuxtrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.nuxtrc b/.nuxtrc index f0334199..820d356b 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1 @@ -imports.autoImport=false typescript.includeWorkspace=true