@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.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 "@
|
|
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);"
|
|
@@ -3466,7 +3466,7 @@ function createLogger(options = {}) {
|
|
|
3466
3466
|
const baseConfig = {
|
|
3467
3467
|
level,
|
|
3468
3468
|
base: {
|
|
3469
|
-
name: "@
|
|
3469
|
+
name: "@lolyjs/core",
|
|
3470
3470
|
env: process.env.NODE_ENV || "development"
|
|
3471
3471
|
},
|
|
3472
3472
|
timestamp: pino.stdTimeFunctions.isoTime,
|
|
@@ -4826,7 +4826,7 @@ async function renderStaticRoute(projectRoot, ssgOutDir, route, urlPath, params)
|
|
|
4826
4826
|
initialData,
|
|
4827
4827
|
meta: loaderResult.metadata,
|
|
4828
4828
|
titleFallback: "My Framework Dev",
|
|
4829
|
-
descriptionFallback: "Static page generated by @
|
|
4829
|
+
descriptionFallback: "Static page generated by @lolyjs/core.",
|
|
4830
4830
|
chunkHref,
|
|
4831
4831
|
clientJsPath,
|
|
4832
4832
|
clientCssPath
|