UNPKG

@edgeone/nuxt-pages

Version:

A professional deployment package that seamlessly deploys your Nuxt 3/4 applications to Tencent Cloud EdgeOne platform with optimized performance and intelligent caching.

20 lines (15 loc) 485 B
var require = await (async () => { var { createRequire } = await import("node:module"); return createRequire(import.meta.url); })(); // src/run/constants.ts import { resolve } from "node:path"; import { fileURLToPath } from "node:url"; var MODULE_DIR = fileURLToPath(new URL(".", import.meta.url)); var PLUGIN_DIR = resolve(`${MODULE_DIR}../../..`); var RUN_CONFIG_FILE = "run-config.json"; export { MODULE_DIR, PLUGIN_DIR, RUN_CONFIG_FILE };