This commit is contained in:
peter
2019-08-27 22:48:04 +02:00
parent 9fbfca3ddb
commit 3584e8e5c8
4 changed files with 39 additions and 4 deletions
+1 -3
View File
@@ -29,6 +29,4 @@ export const install = (plugins: Plugin[] = [], npmPkgs: [NPMPkgName, NPMVersion
new Admin(plugins)
})
}
install([], [['sqlite3', '4.1.0'], ['knex', '0.19.2']])
}