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",
|
payload: "retro.css",
|
||||||
type: "theme"
|
type: "theme"
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
package_name: 'gyatt',
|
package_name: 'gyatt',
|
||||||
title: 'gyatt',
|
title: 'gyatt',
|
||||||
image: 'gyatt',
|
image: 'gyatt',
|
||||||
|
|
@ -84,7 +84,7 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
|
||||||
tags: [ "e" ],
|
tags: [ "e" ],
|
||||||
payload: "gyatt.js",
|
payload: "gyatt.js",
|
||||||
type: "plugin-page"
|
type: "plugin-page"
|
||||||
}
|
} */
|
||||||
//To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject)
|
//To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject)
|
||||||
];
|
];
|
||||||
const dbItems = await db.findAll();
|
const dbItems = await db.findAll();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue