UNPKG
@benpsnyder/analogjs-esm-platform
Version:
alpha (2.0.0-alpha.24)
latest (2.0.0-alpha.16)
2.0.0-alpha.24
2.0.0-alpha.16
The fullstack meta-framework for Angular
analogjs.org
benpsnyder/analog
@benpsnyder/analogjs-esm-platform
/
src
/
server-mode-plugin.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
;