import { BuildOptions as EsbuildConfiguration } from "esbuild"; export interface QuasarSsrConfiguration { /** * If a PWA should take over or just a SPA. * * @default false */ pwa?: boolean; /** * When using SSR+PWA, this is the name of the * PWA index html file that the client-side fallbacks to. * For production only. * * Do NOT use index.html as name as it will mess SSR up! * * @default offline.html */ ssrPwaHtmlFilename?: string; /** * Manually serialize the store state and provide it yourself * as window.__INITIAL_STATE__ to the client-side (through a