We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd0229 commit c83e76bCopy full SHA for c83e76b
1 file changed
apps/lina-vben/apps/web-antd/vite.config.mts
@@ -58,7 +58,7 @@ function toViteFsPath(filePath: string) {
58
const normalizedPath = normalizeFsPath(filePath);
59
return normalizedPath.startsWith('/@fs/')
60
? normalizedPath
61
- : `/@fs${normalizedPath}`;
+ : `/@fs/${normalizedPath}`;
62
}
63
64
function isPluginFrontendSourceFile(pluginRoot: string, filePath: string) {
0 commit comments