Forráskód Böngészése

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

horanchikk 7 hónapja
szülő
commit
0afb56196c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'