conf library management

This commit is contained in:
Samuele Locatelli
2021-12-07 16:47:23 +01:00
parent ed04f2a11e
commit 3201c7e7b3
+15
View File
@@ -0,0 +1,15 @@
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "font-awesome@5.15.4",
"destination": "wwwroot/lib/font-awesome/"
}
,
{
"library": "bootstrap@4.6.1",
"destination": "wwwroot/lib/bootstrap/"
}
]
}