securityos/node_modules/next/dist/cli/next-export-args.js

23 lines
463 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "validArgs", {
enumerable: true,
get: function() {
return validArgs;
}
});
const validArgs = {
// Types
"--help": Boolean,
"--silent": Boolean,
"--outdir": String,
"--threads": Number,
// Aliases
"-h": "--help",
"-o": "--outdir",
"-s": "--silent"
};
//# sourceMappingURL=next-export-args.js.map