Refactor: Move server implementation to SimpleIdp.Server subfolder

This commit is contained in:
Marek Lesko
2026-06-11 13:19:24 +02:00
parent 59a46e8a1f
commit cccfb45bd5
99 changed files with 29 additions and 20 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.6.3",
"destination": "wwwroot/lib/jquery/"
},
{
"library": "bootstrap@5.2.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "popper.js@2.11.6",
"destination": "wwwroot/lib/popper.js/"
},
{
"library": "font-awesome@6.5.2",
"destination": "wwwroot/lib/fontawesome/"
}
]
}