@lolyjs/core 0.1.0-alpha.0 → 0.1.0-alpha.2
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/README.md +31 -31
- package/dist/cli.cjs +3 -3
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 "@
|
|
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);"
|
|
@@ -3508,7 +3508,7 @@ function createLogger(options = {}) {
|
|
|
3508
3508
|
const baseConfig = {
|
|
3509
3509
|
level,
|
|
3510
3510
|
base: {
|
|
3511
|
-
name: "@
|
|
3511
|
+
name: "@lolyjs/core",
|
|
3512
3512
|
env: process.env.NODE_ENV || "development"
|
|
3513
3513
|
},
|
|
3514
3514
|
timestamp: import_pino.default.stdTimeFunctions.isoTime,
|
|
@@ -4868,7 +4868,7 @@ async function renderStaticRoute(projectRoot, ssgOutDir, route, urlPath, params)
|
|
|
4868
4868
|
initialData,
|
|
4869
4869
|
meta: loaderResult.metadata,
|
|
4870
4870
|
titleFallback: "My Framework Dev",
|
|
4871
|
-
descriptionFallback: "Static page generated by @
|
|
4871
|
+
descriptionFallback: "Static page generated by @lolyjs/core.",
|
|
4872
4872
|
chunkHref,
|
|
4873
4873
|
clientJsPath,
|
|
4874
4874
|
clientCssPath
|