Sfoglia il codice sorgente

fix(scripts): исправлено название пакета

horanchikk 10 mesi fa
parent
commit
dd41392654
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/dev.ts

+ 1 - 1
scripts/dev.ts

@@ -54,7 +54,7 @@ new Listr(
       title: 'Launching server',
       task: async (_, task) => {
         const shouldStop = false
-        const cmd = spawn('node node_modules/nuxi/bin/nuxi.mjs dev', ['dev', '--port', '3000'])
+        const cmd = spawn('nuxi', ['dev', '--port', '3000'])
 
         task.title = 'Command spawned'