removed list
This commit is contained in:
parent
2079a75f43
commit
798d13417a
2
index.js
2
index.js
|
|
@ -3,7 +3,7 @@ const path = require('path');
|
|||
const fs = require('fs-extra')
|
||||
|
||||
const pathOfApps = path.join(path.join(__dirname, 'v1'), 'apps');
|
||||
const pathOfList = path.join(path.join(__dirname, 'v1'), 'autoGeneratedlist.json');
|
||||
const pathOfList = path.join(path.join(__dirname, 'v1'), 'autoGeneratedList.json');
|
||||
|
||||
fs.readdir(pathOfApps, function(err, items) {
|
||||
for (var i = 0; i < items.length; i++) {
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
{"appList":["adminer","couchdb","minio","mongo-express","mongodb","mysql","nextcloud","parse","phpmyadmin","postgres","redis","strapi","thumbor","vsts","wordpress"]}
|
||||
Loading…
Reference in New Issue