feat(lazy): created to handle lazy loading

This commit is contained in:
2025-09-19 10:36:14 +02:00
parent 6622442d95
commit 451e7e7daa
5 changed files with 31 additions and 1 deletions

View File

@@ -5,6 +5,12 @@
"wwwroot/js/app.js"
]
},
{
"outputFileName": "wwwroot/js/lazy.min.js",
"inputFiles": [
"wwwroot/js/lazy.js"
]
},
{
"outputFileName": "wwwroot/js/api-service.min.js",
"inputFiles": [