Remove package.json references and client version

This commit is contained in:
2026-01-09 18:59:20 +01:00
parent 0b5488be00
commit 77152f5d22
4 changed files with 1 additions and 36 deletions

View File

@@ -19,9 +19,6 @@ RUNTIME_ENV = IMGFLOAT_ASSETS_PATH=$(IMGFLOAT_ASSETS_PATH) \
SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE=$(SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE) \
SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE=$(SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE)
node_modules: package-lock.json
npm install
.PHONY: build
build:
mvn compile