mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
import { compat, types as T } from "../deps.ts";
|
|
|
|
export const migration: T.ExpectedExports.migration = compat.migrations
|
|
.fromMapping({}, "0.3.5" );
|