@lolyjs/core 0.1.0-alpha.1 → 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 +18 -18
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1605,7 +1605,7 @@ async function renderStaticRoute(projectRoot, ssgOutDir, route, urlPath, params)
|
|
|
1605
1605
|
initialData,
|
|
1606
1606
|
meta: loaderResult.metadata,
|
|
1607
1607
|
titleFallback: "My Framework Dev",
|
|
1608
|
-
descriptionFallback: "Static page generated by @
|
|
1608
|
+
descriptionFallback: "Static page generated by @lolyjs/core.",
|
|
1609
1609
|
chunkHref,
|
|
1610
1610
|
clientJsPath,
|
|
1611
1611
|
clientCssPath
|
|
@@ -3948,7 +3948,7 @@ function createLogger(options = {}) {
|
|
|
3948
3948
|
const baseConfig = {
|
|
3949
3949
|
level,
|
|
3950
3950
|
base: {
|
|
3951
|
-
name: "@
|
|
3951
|
+
name: "@lolyjs/core",
|
|
3952
3952
|
env: process.env.NODE_ENV || "development"
|
|
3953
3953
|
},
|
|
3954
3954
|
timestamp: pino.stdTimeFunctions.isoTime,
|