mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-19 01:03:26 +00:00

* refactored for x86_64 architecture * removed check-web.sh * Fix backup restore Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Chris Guida <chrisguida@gmail.com>
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.2" );
|