forge-dev-kit icon indicating copy to clipboard operation
forge-dev-kit copied to clipboard

Recommended module structure doesn't work with forge tunnel

Open sagepaul opened this issue 2 years ago • 1 comments

When referencing the module using a relative path as recommended in the quick start guide, the standard forge tunnel command throws errors such as:

13:10   error    missing index.html file in directory (../project-page/out) is being referenced by a custom UI resource in jira:projectPage module  valid-resource-required

13:10   error    missing directory '../project-page/out' is being referenced by 'main' in resources  valid-resource-required

X 2 issues (2 errors, 0 warnings)
  Issues found are not automatically fixable with forge lint.
=```

sagepaul avatar Mar 05 '23 15:03 sagepaul

Hi @sagepaul, I believe this is actually a bug in the Forge linter. I also encountered these but then the tunnel worked fine. Does the tunnel work for you, after these errors?

obweger avatar Mar 06 '23 20:03 obweger