chore: prefer nuxt over nuxi

This commit is contained in:
Benjamin Canac
2025-06-02 12:51:39 +02:00
parent 004c93bfa2
commit 03b20fdb26
9 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
const value = ref('npx nuxi module add ui')
const value = ref('npx nuxt module add ui')
const copied = ref(false)
function copy() {