chore: __mocks__ und __tests__ vom Build/Publish über .npmignore ausgeschlossen

This commit is contained in:
ISA
2025-06-02 11:31:27 +02:00
parent 3411aceca2
commit c383be658e
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ NEXT_PUBLIC_DEBUG_LOG=true
#auf dem Entwicklungsrechner dev läuft auf Port 3000 und auf dem Server prod auf Port 80, aber der WebService ist immer auf PORT 80
NEXT_PUBLIC_API_PORT_MODE=dev
NEXT_PUBLIC_USE_MOCKS=true
NEXT_PUBLIC_USE_MOCKS=false
# Der Unterordner talas5 gleich hinter der IP-Adresse (oder Servername) muss konfigurierbar sein.
# Es muss auch möglich sein kein Unterorder anzugeben (z.B. nur http://talasserver/).

2
.npmignore Normal file
View File

@@ -0,0 +1,2 @@
__tests__/
__mocks__/

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.214";
export const APP_VERSION = "1.1.215";