소스 검색

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

horanchikk 7 달 전
부모
커밋
0afb56196c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'