/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/stellar-sandbox@0.1.0/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
const{StandaloneAnchor:StandaloneAnchor}=require("./src/TestAnchor"),ApiServer=require("./src/ApiServer"),RUNNERS={ANCHOR_EXPRESS:"anchor-express",API:"api"};switch(process.env.RUN){case RUNNERS.ANCHOR_EXPRESS:StandaloneAnchor();break;case RUNNERS.API:ApiServer();break;default:console.error("Please choose a runner with RUN env variable."),console.log(""),console.log("RUN runner to start:"),console.log(" - anchor-express: basic anchor"),console.log(" - api: all-in-one"),console.log("PORT listening port"),console.log(""),console.log("Example: RUN=api npm start"),process.exit(-1)}
//# sourceMappingURL=/sm/c63522516847bcbf0702d8109724f50d9ce83f03722eb8edf86b3f8d260fba9b.map