mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added make scripts, some new tests, install link now points to greasyfork
This commit is contained in:
parent
0c5ab62a5c
commit
8ef64e1a54
10 changed files with 277 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue