This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch CAUSEWAY-2485
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 31cab2d266a6b1513f73fc643433a59ae7c18a30
Author: danhaywood <[email protected]>
AuthorDate: Wed Apr 19 06:39:36 2023 +0100

    updates serve-timeline.sh to use npm serve (for now)
---
 serve-timeline.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/serve-timeline.sh b/serve-timeline.sh
index f56d1a432c..235cb00328 100644
--- a/serve-timeline.sh
+++ b/serve-timeline.sh
@@ -20,7 +20,7 @@
 #
 #
 
-#
 # requires JDK 18
-#
-jwebserver -d $(pwd)/target/timeline -b ::
+#jwebserver -d $(pwd)/target/timeline -b ::
+
+serve -d target/timeline

Reply via email to