Skip to content

Commit b6f36f3

Browse files
committed
add comment to explain the server route
1 parent e739364 commit b6f36f3

File tree

1 file changed

+4
-0
lines changed
  • apps/svelte.dev/src/routes/devtools/updates.json

1 file changed

+4
-0
lines changed

apps/svelte.dev/src/routes/devtools/updates.json/+server.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// We manage FF extension by ourselves through GH releases and this acts as `update_url`
2+
// for our users to automatically update their extension when a new version is released
3+
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#update_url
4+
15
import { json } from '@sveltejs/kit';
26

37
export const prerender = true;

0 commit comments

Comments
 (0)