Activated iframe for all applications

This commit is contained in:
2025-07-07 20:20:39 +02:00
parent cbe9efbdc8
commit f254c9711d
21 changed files with 21 additions and 20 deletions

View File

@@ -2,8 +2,8 @@
"name": "simpleicons-server",
"type": "module",
"dependencies": {
"express": "^4.18.2",
"simple-icons": "^9.0.0",
"sharp": "^0.32.0"
"express": "*",
"simple-icons": "*",
"sharp": "*"
}
}