From 568772382fc42b6f619a2edf10da88a22342f189 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 22 Sep 2023 10:08:40 +0200 Subject: [PATCH] playground: add missing `.nuxtrc` --- playground/.nuxtrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 playground/.nuxtrc diff --git a/playground/.nuxtrc b/playground/.nuxtrc new file mode 100644 index 00000000..109361b8 --- /dev/null +++ b/playground/.nuxtrc @@ -0,0 +1 @@ +imports.autoImport=true