split Project into multiple Modules to prepare for development of Servers

This commit is contained in:
Valentin Heiserer
2024-04-18 00:26:11 +02:00
committed by GitHub
parent 949c00bb28
commit c94127acf1
79 changed files with 200 additions and 155 deletions

View File

@@ -33,9 +33,6 @@ jobs:
- name: Build Frontend
run: npm run build
working-directory: Frontend
- name: Copy built Frontend
run: rm -r Backend/src/main/resources/web-content/ && mv Frontend/dist Backend/src/main/resources/web-content
- name: Set up JDK 21
uses: actions/setup-java@v4