@lolyjs/core 0.1.0-alpha.0 → 0.1.0-alpha.1

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/index.js CHANGED
@@ -669,7 +669,7 @@ function writeClientBoostrapManifest(projectRoot) {
669
669
  lines.push(` errorRoute,`);
670
670
  lines.push(`} from "./routes-client";`);
671
671
  lines.push("");
672
- lines.push(`import { bootstrapClient } from "@loly/core/runtime"`);
672
+ lines.push(`import { bootstrapClient } from "@lolyjs/core/runtime"`);
673
673
  lines.push("");
674
674
  lines.push(
675
675
  "bootstrapClient(routes as ClientRouteLoaded[], notFoundRoute, errorRoute);"