mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-25 15:47:57 +03:00
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export async function initialze() {
|
|
await dbMigration()
|
|
}
|
|
|
|
async function dbMigration() {
|
|
|
|
} |