@spencer-kit/coder-studio 0.5.2 → 0.5.3

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.
@@ -5779,7 +5779,7 @@ async function buildFastifyApp(deps) {
5779
5779
  root: deps.webRoot,
5780
5780
  prefix: "/",
5781
5781
  wildcard: false,
5782
- globIgnore: ["index.html", "assets/**"],
5782
+ globIgnore: ["index.html", "assets/**", "dev-browser-sw.js"],
5783
5783
  maxAge: "1y",
5784
5784
  immutable: true
5785
5785
  });