mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"dataEditor": {
|
|
"path": "./modules/dataEditor/dataEditor.js",
|
|
"nextdir": "nextStatic/dataEditorPublic",
|
|
"name": "dataeditor",
|
|
"route": "/dataeditor",
|
|
"isNextJs": true
|
|
},
|
|
"qmining": {
|
|
"path": "./modules/qmining/qmining.js",
|
|
"nextdir": "nextStatic/qminingPagePublic",
|
|
"name": "qmining",
|
|
"route": "/",
|
|
"isNextJs": true
|
|
},
|
|
"api": {
|
|
"path": "./modules/api/api.js",
|
|
"name": "api",
|
|
"route": "/api"
|
|
}
|
|
}
|