Remove the random testing plugin
This commit is contained in:
parent
8b25af88e0
commit
009836647b
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
|
|||
payload: "retro.css",
|
||||
type: "theme"
|
||||
},
|
||||
{
|
||||
/* {
|
||||
package_name: 'gyatt',
|
||||
title: 'gyatt',
|
||||
image: 'gyatt',
|
||||
|
|
@ -84,7 +84,7 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
|
|||
tags: [ "e" ],
|
||||
payload: "gyatt.js",
|
||||
type: "plugin-page"
|
||||
}
|
||||
} */
|
||||
//To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject)
|
||||
];
|
||||
const dbItems = await db.findAll();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue