refactor(data): establish API contract guardrails
CI / Quality and Bundle Budgets (push) Has been cancelled
CI / Quality and Bundle Budgets (push) Has been cancelled
This commit is contained in:
+6
-1
@@ -56,7 +56,12 @@ export default function RootLayout({
|
||||
<SessionProvider>
|
||||
<RootProviders>
|
||||
{/* SerwistProvider registers the service worker built from app/sw.ts. */}
|
||||
<SerwistProvider swUrl="/serwist/sw.js">{children}</SerwistProvider>
|
||||
<SerwistProvider
|
||||
swUrl="/serwist/sw.js"
|
||||
disable={process.env.E2E_DISABLE_SERVICE_WORKER === "1"}
|
||||
>
|
||||
{children}
|
||||
</SerwistProvider>
|
||||
</RootProviders>
|
||||
</SessionProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user