profoundjs
Version:
Profound.js Framework and Server
14 lines (8 loc) • 311 B
JavaScript
/*
This script outputs the configuration file location.
It's used by Profound Installer
Any changes to the behavior may require changes to the "install_info.json" file or Profound Installer.
*/
const iutils = require("./install_utils.js");
process.stdout.write(iutils.getConfigPath());
;