@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
14 lines (13 loc) • 348 B
JSON
{
"description": "Add a service worker to your app",
"__qwik__": {
"displayName": "Feature: Service Worker",
"priority": 10,
"docs": [],
"nextSteps": {
"lines": [
"Now, make sure that you have `<ServiceWorkerRegister />` in your `src/root.tsx`. You can import it from `@builder.io/qwik-city`."
]
}
}
}