"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.PLATFORMS = void 0;
const PLATFORMS = {
  IOS: 'ios',
  ANDROID: 'android',
  WEB: 'web'
};
exports.PLATFORMS = PLATFORMS;
//# sourceMappingURL=../../__sourcemaps__/commands/build/constants.js.map