mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-02-13 09:53:34 +00:00
Minor fixes, ready for beta v0.4.1~1
This commit is contained in:
@ -1,11 +0,0 @@
|
|||||||
// import { types as T, util } from "../deps.ts";
|
|
||||||
|
|
||||||
// export const main: T.ExpectedExports.main = async (effects) => {
|
|
||||||
// await effects.runDaemon(
|
|
||||||
// {
|
|
||||||
// command: "docker_entrypoint.sh",
|
|
||||||
// args: [],
|
|
||||||
// },
|
|
||||||
// ).wait();
|
|
||||||
// return util.ok;
|
|
||||||
// };
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
import { compat, types as T } from "../deps.ts";
|
import { compat, types as T } from "../deps.ts";
|
||||||
|
|
||||||
export const migration: T.ExpectedExports.migration = compat.migrations
|
export const migration: T.ExpectedExports.migration = compat.migrations
|
||||||
.fromMapping({}, "0.4.1" );
|
.fromMapping({}, "0.4.1.1" );
|
||||||
|
|||||||
Reference in New Issue
Block a user