Explorar el Código

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

horanchikk hace 10 meses
padre
commit
dd41392654
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'