Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "feat: landing page in docs"" #4023

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

abvthecity
Copy link
Contributor

Reverts #4021

@abvthecity abvthecity requested a review from dsinghvi as a code owner July 9, 2024 16:51
@abvthecity abvthecity enabled auto-merge (squash) July 9, 2024 17:00
@@ -17,7 +17,7 @@ async function loadBatch(
const pairs = await Promise.all(
files.map(async (file) => {
const content = await readFile(file, "utf-8");
return [relativize(absolutePathToFernFolder, file), content];
return [await relativize(absolutePathToFernFolder, file), content];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should eslint have caught this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not 100% sure. Object.fromEntries(pairs); might have removed eslint's ability to detect a typebreak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants