From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 17:53:20 +0000 (+0100) Subject: wip #5120 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=13689523d9018e737cac49a831941721fccdc761;p=cubist_minisearch.git wip #5120 --- diff --git a/src/Index.php b/src/Index.php index e3a8ec3..3e2538d 100644 --- a/src/Index.php +++ b/src/Index.php @@ -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);