@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/cli.js CHANGED
@@ -629,7 +629,7 @@ function writeClientBoostrapManifest(projectRoot) {
629
629
  lines.push(` errorRoute,`);
630
630
  lines.push(`} from "./routes-client";`);
631
631
  lines.push("");
632
- lines.push(`import { bootstrapClient } from "@loly/core/runtime"`);
632
+ lines.push(`import { bootstrapClient } from "@lolyjs/core/runtime"`);
633
633
  lines.push("");
634
634
  lines.push(
635
635
  "bootstrapClient(routes as ClientRouteLoaded[], notFoundRoute, errorRoute);"