@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.cjs CHANGED
@@ -711,7 +711,7 @@ function writeClientBoostrapManifest(projectRoot) {
711
711
  lines.push(` errorRoute,`);
712
712
  lines.push(`} from "./routes-client";`);
713
713
  lines.push("");
714
- lines.push(`import { bootstrapClient } from "@loly/core/runtime"`);
714
+ lines.push(`import { bootstrapClient } from "@lolyjs/core/runtime"`);
715
715
  lines.push("");
716
716
  lines.push(
717
717
  "bootstrapClient(routes as ClientRouteLoaded[], notFoundRoute, errorRoute);"