Icon updates

This commit is contained in:
selfhst-bot
2025-04-30 07:59:33 -04:00
parent aa388af810
commit 1bbae842c0
19 changed files with 202 additions and 3 deletions

13
build/package.json Executable file
View File

@@ -0,0 +1,13 @@
{
"name": "test-repo",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"type": "module",
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^3.3.0"
}
}