forge-dev-kit
forge-dev-kit copied to clipboard
Recommended module structure doesn't work with forge tunnel
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.
=```
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?