We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95576c6 commit 3c67a0bCopy full SHA for 3c67a0b
packages/docs/site/playwright.config.ts
@@ -24,6 +24,7 @@ if (mountDir && fs.existsSync(buildDir) && !fs.existsSync(mountDir)) {
24
try {
25
fs.symlinkSync(buildDir, mountDir, 'junction');
26
} catch (error) {
27
+ // eslint-disable-next-line no-console
28
console.warn(
29
`docs-site e2e: failed to create symlink for base path ${normalizedBasePath}`,
30
error
0 commit comments