We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e739364 commit b6f36f3Copy full SHA for b6f36f3
apps/svelte.dev/src/routes/devtools/updates.json/+server.ts
@@ -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
+
5
import { json } from '@sveltejs/kit';
6
7
export const prerender = true;
0 commit comments