]> _ Git - cubist_minisearch.git/commitdiff
wip #5120
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 17:53:20 +0000 (18:53 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 17:53:20 +0000 (18:53 +0100)
src/Index.php

index e3a8ec33ac4ca0f77ccdac35907d3fca42e521f2..3e2538da5c1779a53297c6988889e28ef0fe68ba 100644 (file)
@@ -72,7 +72,7 @@ class Index implements ShouldQueue, ShouldBeUnique
         file_put_contents($tmp, json_encode($res));
         $cl = new CommandLine('node');
         $cl->cd(__DIR__ . '/../');
-        $cl->setArg(null, 'js/index.js');
+        $cl->setArg(null, 'resources/js/index.js');
         $cl->setArg(null, $tmp);
         $cl->setArg(null, $fields);
         $cl->setArg(null, $storeFields);