@lolyjs/core 0.1.0-alpha.1 → 0.1.0-alpha.10

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
@@ -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 @loly/core.",
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: "@loly/core",
3951
+ name: "@lolyjs/core",
3952
3952
  env: process.env.NODE_ENV || "development"
3953
3953
  },
3954
3954
  timestamp: pino.stdTimeFunctions.isoTime,
@@ -5010,7 +5010,7 @@ async function startProdServer(options = {}) {
5010
5010
  import { hydrateRoot } from "react-dom/client";
5011
5011
 
5012
5012
  // modules/runtime/client/AppShell.tsx
5013
- import { useEffect, useState } from "react";
5013
+ import { useEffect, useState, useRef } from "react";
5014
5014
 
5015
5015
  // modules/runtime/client/RouterView.tsx
5016
5016
  import { jsx } from "react/jsx-runtime";