From 34fe543d934b5d889528f88e791a119802804a94 Mon Sep 17 00:00:00 2001 From: Daniel Schlachter Date: Wed, 16 Oct 2024 17:25:51 +0200 Subject: [PATCH] Update package.json Allow hybrid setup --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e42d5c8..c10aeb3 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,10 @@ "[development]": { "kind": "notify-to-console" }, + "[hybrid]": { + "destination": "SAP_Notifications", + "kind": "notify-to-rest" + }, "[production]": { "destination": "SAP_Notifications", "kind": "notify-to-rest"