Fix external themes in serve mode#245
Conversation
We need to resolve the theme _before_ it being delayed. The undelaying is done in the browser client, which does not have access to file system
📝 WalkthroughWalkthroughThis PR refactors how external themes are represented and resolved. The theme type in frontmatter is changed from storing external themes as raw strings to storing them as 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
We need to resolve the theme before it being delayed. The un-delaying is done in the browser client, which does not have access to file system.