NEARBuilders / bos-workspace

Local workspace for BOS development
25 stars 24 forks source link

Custom gateway dist is not picking up local index #112

Closed elliotBraem closed 4 months ago

elliotBraem commented 4 months ago

After merging #102, this broke the ability to run a custom gateway using a custom index.

Steps to reproduce:

  1. use any version after alpha-21
  2. use a custom dist and bos.config.json with index pointing to a local widget
  3. see that alert shows, unable to be found

Downgrading to alpha-21 resolves the issue.

Acceptance Criteria

elliotBraem commented 4 months ago

This has been fixed