UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

17 lines (15 loc) 753 B
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="f4f2c883-2b97-588a-96cd-4a7c925c79c0")}catch(e){}}(); import * as console from "node:console"; import { BaseCommand } from "../../types/index.js"; const hook = async function ({ Command }) { if (Command && Command.prototype instanceof BaseCommand) { try { } catch { console.log("Cannot apply configuration from .supernova.json"); } } }; export default hook; //# sourceMappingURL=load-config.js.map //# debugId=f4f2c883-2b97-588a-96cd-4a7c925c79c0