feat: add publish app
This commit is contained in:
8
src/scripts/remove-app-list.ts
Normal file
8
src/scripts/remove-app-list.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { AppListModel } from '../routes/app-manager/module/index.ts';
|
||||
|
||||
const main = async () => {
|
||||
const list = await AppListModel.findAll();
|
||||
console.log(list.map((item) => item.key));
|
||||
};
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user