You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
if any route's file path has a single quote in it, including if in a parent folder of the project directory, the generatePageImport function will just wrap it as is in single quotes (for async import mode), leading to malformed output and vite fails.
perhaps the wrapping in single quotes could be changed to double quotes, or the filepath be correctly escaped for single quotes before being wrapped in import('${filepath}').