Fix redocly/portal→realm import paths

This commit is contained in:
mDuo13
2024-01-03 18:36:32 -08:00
parent c181de74d7
commit b1f1f1155d
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
"./node_modules/@redocly/theme/src/*"
],
"@portal/*": [
"./node_modules/@redocly/portal/dist/client/App/*"
"./node_modules/@redocly/realm/dist/client/App/*"
]
},
}