Skip to content

Commit

Permalink
build(server): update frontend dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 9, 2024
1 parent 53b68e0 commit fe4aff4
Show file tree
Hide file tree
Showing 21 changed files with 94 additions and 3,382 deletions.
16 changes: 12 additions & 4 deletions server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-20240907</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>langgraph4j-server-jetty</artifactId>
Expand Down Expand Up @@ -139,15 +139,23 @@
<configuration>
<executable>java</executable>
<arguments>
<argument>-Djava.util.logging.config.file=${project.basedir}/
logging.properties</argument>
<argument>-Djava.util.logging.config.file=${project.basedir}/logging.properties</argument>
<argument>-classpath</argument>
<classpath/>
<argument>org.bsc.langgraph4j.AdaptiveRAGStreamingServer</argument>
</arguments>
<classpathScope>test</classpathScope>
</configuration>
</execution>
<execution>
<!-- exec:exec@adaptiverag1 -->
<id>adaptiverag1</id>
<goals><goal>java</goal></goals>
<configuration>
<classpathScope>test</classpathScope>
<mainClass>org.bsc.langgraph4j.AdaptiveRAGStreamingServer</mainClass>
</configuration>
</execution>
</executions>
<configuration>
<systemProperties>
Expand All @@ -160,7 +168,7 @@
<dependencies>
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-jdk8</artifactId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
5 changes: 5 additions & 0 deletions server-jetty/src/main/js/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bun build.sh
bun twgen.ts --no-watch
bun build.sh
rm ../resources/webapp/*
cp dist/* ../resources/webapp
9 changes: 0 additions & 9 deletions server-jetty/src/main/js/deploy.ts

This file was deleted.

Loading

0 comments on commit fe4aff4

Please sign in to comment.