1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 19:14:19 +02:00

update directory structure

This commit is contained in:
syuilo
2026-04-17 10:16:05 +09:00
parent ae463cde5e
commit ebdf627b19
96 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { defineObject } from '../engine.js';
export const debugHipoly = defineObject({
id: 'debugHipoly',
name: 'debugHipoly',
options: {
schema: {},
default: {},
},
placement: 'top',
createInstance: () => {
return {
interactions: {},
};
},
});