From 0e694341b830d94e94da6ef0efd6672dad201505 Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Sun, 19 Apr 2026 16:45:54 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20f=C3=BCge=20Artifact-Konfigurationsdat?= =?UTF-8?q?eien=20f=C3=BCr=20Domain-=20und=20LocalDb-Module=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/artifacts/domain_jvm_1_0_0.xml | 8 ++++++++ .idea/artifacts/domain_wasm_js_1_0_0.xml | 8 ++++++++ .idea/artifacts/local_db_jvm_1_0_0.xml | 8 ++++++++ .idea/artifacts/local_db_wasm_js_1_0_0.xml | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 .idea/artifacts/domain_jvm_1_0_0.xml create mode 100644 .idea/artifacts/domain_wasm_js_1_0_0.xml create mode 100644 .idea/artifacts/local_db_jvm_1_0_0.xml create mode 100644 .idea/artifacts/local_db_wasm_js_1_0_0.xml diff --git a/.idea/artifacts/domain_jvm_1_0_0.xml b/.idea/artifacts/domain_jvm_1_0_0.xml new file mode 100644 index 00000000..9d0c5e99 --- /dev/null +++ b/.idea/artifacts/domain_jvm_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/frontend/core/domain/build/libs + + + + + \ No newline at end of file diff --git a/.idea/artifacts/domain_wasm_js_1_0_0.xml b/.idea/artifacts/domain_wasm_js_1_0_0.xml new file mode 100644 index 00000000..00584803 --- /dev/null +++ b/.idea/artifacts/domain_wasm_js_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/frontend/core/domain/build/libs + + + + + \ No newline at end of file diff --git a/.idea/artifacts/local_db_jvm_1_0_0.xml b/.idea/artifacts/local_db_jvm_1_0_0.xml new file mode 100644 index 00000000..4c51ce37 --- /dev/null +++ b/.idea/artifacts/local_db_jvm_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/frontend/core/local-db/build/libs + + + + + \ No newline at end of file diff --git a/.idea/artifacts/local_db_wasm_js_1_0_0.xml b/.idea/artifacts/local_db_wasm_js_1_0_0.xml new file mode 100644 index 00000000..344a161e --- /dev/null +++ b/.idea/artifacts/local_db_wasm_js_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/frontend/core/local-db/build/libs + + + + + \ No newline at end of file