mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-24 20:29:18 +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";
|
||||
|
||||
export const migration: T.ExpectedExports.migration = compat.migrations
|
||||
.fromMapping({}, "0.4.1" );
|
||||
.fromMapping({}, "0.4.1.1" );
|
||||
|
||||
Reference in New Issue
Block a user