feat: basic cluster overview

This commit is contained in:
2025-08-24 21:08:40 +02:00
commit 4ab19e9ded
616 changed files with 69980 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "spore-ui",
"version": "1.0.0",
"description": "## TODO",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"client-example": "node src/client/example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
}
}