metamigo-api: runs in docker now
* great typescript module import refactor * refactor metamigo-cli so it is the entrypoint for the db, api, and worker
This commit is contained in:
parent
b45e2e8c11
commit
696ba16cb7
78 changed files with 319 additions and 180 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.1.7",
|
||||
"description": "manage typescript state",
|
||||
"main": "build/main/index.js",
|
||||
"type": "module",
|
||||
"typings": "build/main/index.d.ts",
|
||||
"module": "build/module/index.js",
|
||||
"author": "Abel Luck <abel@guardianproject.info>",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/* eslint-disable no-await-in-loop */
|
||||
import Debug from "debug";
|
||||
import { mutableProxyFactory } from "./proxy";
|
||||
import { mutableProxyFactory } from "./proxy.js";
|
||||
|
||||
const debug = Debug("montar");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue