Skip to content
Snippets Groups Projects
import.mjs 1.20 KiB
export const projectRoot = "/home/vs/workspaces/oss/monster/monster";
export const sourcePath = "/home/vs/workspaces/oss/monster/monster/source";
export const developmentPath = "/home/vs/workspaces/oss/monster/monster/development";
export const pnpxBin = "/nix/store/2djgcjvx3c183zcdprylsx9p1a6rmwwk-nodejs-20.18.3/bin/npx";
export const nodeBin = "/nix/store/zfh73syf3zbr36mpjj96f9kyl6gngz3i-nodejs-23.10.0/bin/node";
export const license = "/**" + "\n" +
    " * Copyright © schukai GmbH and all contributing authors, {{copyRightYear}}. All rights reserved." + "\n" +
    " * Node module: @schukai/monster" + "\n" +
    " *" + "\n" +
    " * This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3)." + "\n" +
    " * The full text of the license can be found at: https://www.gnu.org/licenses/agpl-3.0.en.html" + "\n" +
    " *" + "\n" +
    " * For those who do not wish to adhere to the AGPLv3, a commercial license is available." + "\n" +
    " * Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms." + "\n" +
    " * For more information about purchasing a commercial license, please contact schukai GmbH." + "\n" +
    " */" + "\n\n" ;