From ed0550b569f8873de339b59d956bdf2f7979c0c5 Mon Sep 17 00:00:00 2001 From: Ermis Wieger Date: Tue, 20 Aug 2024 16:07:46 +0200 Subject: [PATCH] added npmrc conf --- frontend/.npmrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/.npmrc diff --git a/frontend/.npmrc b/frontend/.npmrc new file mode 100644 index 0000000..2f9fda3 --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1,3 @@ +registry=https://pkgs.dev.azure.com/asfinag/_packaging/Asfinag.Libraries/npm/registry/ + +always-auth=true \ No newline at end of file