Commit a616c7d
committed
Rebuilt JS assets in production mode
The committed `assets/built/index.js` was produced by the development
build (`rollup --environment BUILD:development`): it began with the
livereload script-injection snippet, which every site using the Starter
theme shipped to visitors — attempting to load a livereload server from
the visiting host on port 35729. Rebuilt with `pnpm build` (production
mode), which drops the livereload plugin and bundles only the theme
code. Verified the rebuild is deterministic and gscan reports no errors
(4 pre-existing warnings unrelated to this change).
Found while fixing the pnpm action pin (#133).1 parent ed1bb93 commit a616c7d
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments