finos-labs / fdc3-for-the-web

Proof of concept of FDC3 for the web
Apache License 2.0
2 stars 5 forks source link

failure to resolve imports #15

Open TheHaymaker opened 8 months ago

TheHaymaker commented 8 months ago

Hey Rob,

When spinning this up to run the demo, I'm seeing a number of tsconfig path errors and module resolution errors.

Specifically inside dummy-desktop-agent

import { supply } from "server";

Is this supposed to be da-server? Or is there supposed to be an export from the local server? I realize this is an active WIP. I just do not know enough to resolve this atm.

I am starting work on a Storybook Preset Addon to enable FDC3 UI testing, and I'd love to be able to reference your wip implementation (modern) vs the archived fdc3-browser repo and kolba's sail/electron one.

Lmk. Thank you, sir! 🙏

robmoffat commented 5 months ago

Hey Brett,

I think the main branch is in a good shape at the moment - want to give it another whirl?