i have additional html files and i am using resolve to find and load, however, it's not finding it?
const filePath = await resolve(
"html",
"config-panel.html"
)
i suspect it is not bundling.
in dev mode if i do
const filePath = await resolve(
"..",
"src"
"html",
"config-panel.html"
)
it works, but obviously that is not reasonable.