mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 09:54:43 -05:00
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export async function initialze() {
|
|
await dbMigration()
|
|
}
|
|
|
|
async function dbMigration() {
|
|
|
|
} |