mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-18 08:43:14 +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>
11 lines
270 B
TypeScript
11 lines
270 B
TypeScript
// 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;
|
|
// };
|