Remove the random testing plugin

This commit is contained in:
MotorTruck1221 2025-01-15 02:15:58 -07:00
parent 8b25af88e0
commit 009836647b
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -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();