https://github.com/nuxt/nuxt.js
Import loadNuxtConfig via const { loadNuxtConfig } = require("nuxt-edge/bin/common/utils") in a custom startup script
const { loadNuxtConfig } = require("@nuxt/cli-edge") to return a function
TypeError: loadNuxtConfig is not a function
We're using loadNuxtConfig to setup and boot our express app with nuxt.render middleware in dev/production mode, in order to register our own shutdown handlers and process.on(...) handlers for the app
version is actually dev-branch/2.3.0 but it is not available on cmty yet :)
Will be landed with #4160 :)
thanks! :)
Now on Edge 馃憦
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.