UNPKG

303 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const path = require("path");
4exports.ASSETS_DIRECTORY = path.resolve(__dirname, 'assets');
5exports.PROJECT_FILE = 'ionic.config.json';
6exports.PROJECT_TYPES = ['angular', 'ionic-angular', 'ionic1', 'custom', 'react', 'vue'];