UNPKG

@haxtheweb/haxcms-nodejs

Version:

HAXcms single and multisite nodejs server, api, and administration

11 lines (10 loc) 202 B
const path = require("path"); module.exports = { watch: true, https: true, nodeResolve: true, open: true, dedupe: true, rootDir: "./", appIndex: path.join(process.cwd(), "index.html"), };