First step was to fix paths to find mjs in node_modules/toastrs not routed through the symlink in bin. Windows doesn't have a symlink to BREAKAGES. For the page-wrapper.js, we had to fix both the UNC in windows from std::fs::canonicalize and imports can't have an absolute path beginning with C: (the letter drive). So we munge it and convert it to a posix based relative path.
First step was to fix paths to find mjs in node_modules/toastrs not routed through the symlink in bin. Windows doesn't have a symlink to BREAKAGES. For the page-wrapper.js, we had to fix both the UNC in windows from
std::fs::canonicalize
and imports can't have an absolute path beginning with C: (the letter drive). So we munge it and convert it to a posix based relative path.