|
|
|
@ -9,7 +9,7 @@ import { createSerwistRoute } from '@serwist/turbopack'; |
|
|
|
export const { dynamic, dynamicParams, revalidate, generateStaticParams, GET } = |
|
|
|
export const { dynamic, dynamicParams, revalidate, generateStaticParams, GET } = |
|
|
|
createSerwistRoute({ |
|
|
|
createSerwistRoute({ |
|
|
|
additionalPrecacheEntries: [{ url: '/~offline' }], |
|
|
|
additionalPrecacheEntries: [{ url: '/~offline' }], |
|
|
|
swSrc: 'app/sw.ts', |
|
|
|
swSrc: 'src/app/sw.ts', |
|
|
|
// nextConfig,
|
|
|
|
// nextConfig,
|
|
|
|
// If set to `false`, Serwist will attempt to use `esbuild-wasm`.
|
|
|
|
// If set to `false`, Serwist will attempt to use `esbuild-wasm`.
|
|
|
|
useNativeEsbuild: true, |
|
|
|
useNativeEsbuild: true, |
|
|
|
|