Skip to content

Commit

Permalink
fix(storefront): Using frozen lock file for CMS preview on WebContain…
Browse files Browse the repository at this point in the history
…er [#320]

By some strange rease on new package-lock.json the `astro dev` server breaks without error log

Much laggy in localhost, testing on production
  • Loading branch information
leomp12 committed Feb 13, 2024
1 parent bdbf89e commit 476d256
Show file tree
Hide file tree
Showing 3 changed files with 14,168 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/storefront/src/decap-cms/gen-preview-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const genPreviewContainer = ({ React, cmsConfig, ghToken }: {
const html = `
<textarea id="${cliTextareaId}"></textarea>
<iframe
if="${serverIframeId}"
id="${serverIframeId}"
data-url="${urlPath}"
border="0"
width="100%"
Expand Down
Loading

0 comments on commit 476d256

Please sign in to comment.