Initial Multi SimAdmin dashboard
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "multi-simadmin",
|
||||
"version": "0.1.0",
|
||||
"description": "Config-driven dashboard to manage multiple SimAdmin instances from one page",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server/index.js",
|
||||
"dev": "node --watch server/index.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/static": "^8.3.0",
|
||||
"fastify": "^5.6.2"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user