Commit iniziale

This commit is contained in:
Paolo A
2025-02-18 22:59:07 +00:00
commit 4bbf35cefb
6879 changed files with 623784 additions and 0 deletions

1
node_modules/@azure/msal-common/browser/README.md generated vendored Normal file
View File

@@ -0,0 +1 @@
Do not remove or rename. This folder allows subpath imports in environments that don't understand the exports field.

5
node_modules/@azure/msal-common/browser/package.json generated vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"main": "../lib/index-browser.cjs",
"module": "../dist/index-browser.mjs",
"types": "../lib/types/index-browser.d.ts"
}