Minor fixes, ready for beta v0.4.1~1

This commit is contained in:
kn0wmad
2023-03-14 17:44:56 -06:00
parent 53216fef22
commit 2031cbec2a
2 changed files with 1 additions and 12 deletions

View File

@ -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;
// };

View File

@ -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" );