Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Nov 25, 2024
1 parent 24281a9 commit 0b57646
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 200 deletions.
10 changes: 1 addition & 9 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,7 @@ http://www.apache.org/licenses/LICENSE-2.0
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>process-aot</id>
<goals>
<goal>process-aot</goal>
</goals>
</execution>
</executions>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Expand Down
262 changes: 71 additions & 191 deletions frontend/src/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b57646

Please sign in to comment.