From 13689523d9018e737cac49a831941721fccdc761 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 18:53:20 +0100 Subject: [PATCH] wip #5120 --- src/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5