back to yarn, with nuxt telemetry force disabled

I think Nuxt prompts have been messing with the installs
This commit is contained in:
DecDuck
2024-11-04 22:15:11 +11:00
parent eb66c5c07a
commit 46d35adfdb
5 changed files with 7179 additions and 8985 deletions
+1
View File
@@ -3,6 +3,7 @@ import path from "path";
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
// Nuxt-only config
telemetry: false,
compatibilityDate: "2024-04-03",
devtools: { enabled: false },
css: ["~/assets/core.scss"],