UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

11 lines (10 loc) 704 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.preparePageContextForPublicUsageServer = preparePageContextForPublicUsageServer; const preparePageContextForPublicUsage_js_1 = require("../../../shared/preparePageContextForPublicUsage.js"); function preparePageContextForPublicUsageServer(pageContext) { // TODO/next-major-release: after we remove supportVueReactiviy() we can call this later inside the agnostic preparePageContextForPublicUsage() (0, preparePageContextForPublicUsage_js_1.assertPropertyGetters)(pageContext); pageContext = (0, preparePageContextForPublicUsage_js_1.preparePageContextForPublicUsage)(pageContext); return pageContext; }