@nekzus/liop-studio 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -1892,7 +1892,7 @@ function createStudioServer(options = {}) {
1892
1892
  app.use(
1893
1893
  "/*",
1894
1894
  serveStatic({
1895
- root: path.relative(process3.cwd(), distPath).replace(/\\/g, "/"),
1895
+ root: distPath,
1896
1896
  rewriteRequestPath: (pathStr) => {
1897
1897
  if (!pathStr.includes(".") && !pathStr.startsWith("/api") && pathStr !== "/health") {
1898
1898
  return "/index.html";