UNPKG

@analogjs/platform

Version:

The fullstack meta-framework for Angular

8 lines (7 loc) 234 B
import { Plugin } from 'vite'; /** * This plugin ensures the ngServerMode flag is set * during SSR. This should be revisited when Vite 6 lands * with the new Environment API. */ export declare function serverModePlugin(): Plugin;