Przeglądaj źródła

fix(scripts): изменён запуск на nuxt

horanchikk 7 miesięcy temu
rodzic
commit
0afb56196c
1 zmienionych plików z 1 dodań i 1 usunięć
  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', '--port', '3000'])
+        const cmd = spawn('node', ['node_modules/nuxt/bin/nuxt.mjs', 'dev', '--port', '3000'])
 
         task.title = 'Command spawned'