Browse Source

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

horanchikk 10 tháng trước cách đây
mục cha
commit
dd41392654
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'