Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ESM import path for Windows compatibility in resolveTailwindConfig (
#123) * Used `pathToFileURL` to convert `CONFIGPATH` to a valid `file://` URL before importing. * This modification ensures the dynamic import function works as expected on Windows by conforming to the required URL scheme. * Resolves #122
- Loading branch information