UNPKG

vike

Version:

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

10 lines (9 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.onLoad = onLoad; const assertIsNotBrowser_js_1 = require("../../utils/assertIsNotBrowser.js"); const utils_js_1 = require("../runtime/utils.js"); function onLoad() { (0, assertIsNotBrowser_js_1.assertIsNotBrowser)(); (0, utils_js_1.assertIsNotProductionRuntime)(); }