Skip to content

Productionization extras #1009

Description

@natew
  • need to be able to call the node apps from web apps using some sort of bridge...
  • Building appInfo is buggy. For example if you import gloss and call it in the entry you'll get an undefined error. Short term solution: @o/nully which basically acts as "anything" just trying to avoid errors. We replace all imports with nully, so import { gloss } from @o/gloss becomes const x = require('@o/nully').gloss where nully = new Proxy() and the proxy just endlessly returns the most flexible thing (a proxy-wrapped function basically that infinitely proxy-nests).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions