mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Added make scripts, some new tests, install link now points to greasyfork
This commit is contained in:
+2
-2
@@ -2,13 +2,13 @@
|
||||
"qmining": {
|
||||
"path": "./modules/qmining/qmining.js",
|
||||
"name": "qmining",
|
||||
"urls": [ "qmining.frylabs.net", "localhost" ],
|
||||
"urls": [ "qmining.frylabs.net" ],
|
||||
"isNextJs": true
|
||||
},
|
||||
"api": {
|
||||
"path": "./modules/api/api.js",
|
||||
"name": "api",
|
||||
"urls": [ "api.frylabs.net" ]
|
||||
"urls": [ "api.frylabs.net", "localhost" ]
|
||||
},
|
||||
"main": {
|
||||
"path": "./modules/main/main.js",
|
||||
|
||||
Reference in New Issue
Block a user