mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-08 16:56:03 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import list from './list';
|
|
export * from './applyMigrations.ts';
|
|
|
|
export const migrations = [...list];
|