a-builder
Version:
a-builder
51 lines • 1.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cliJson1_4 = {
$schema: './node_modules/@angular/cli/lib/config/schema.json',
project: {
name: 'a-localization',
},
apps: [
{
name: 'wtf',
root: 'src',
outDir: 'dist',
assets: ['assets', 'favicon.ico'],
index: 'index.html',
main: 'main.ts',
polyfills: 'polyfills.ts',
test: 'test.ts',
tsconfig: 'tsconfig.app.json',
testTsconfig: 'tsconfig.spec.json',
prefix: 'app',
styles: ['styles.css'],
scripts: [],
environmentSource: 'environments/environment.ts',
environments: {
dev: 'environments/environment.ts',
prod: 'environments/environment.prod.ts',
},
},
{
name: 'wow',
root: 'src',
outDir: 'dist',
assets: ['assets', 'favicon.ico'],
index: 'index.html',
main: 'main.ts',
polyfills: 'polyfills.ts',
test: 'test.ts',
tsconfig: 'tsconfig.app.json',
testTsconfig: 'tsconfig.spec.json',
prefix: 'app',
styles: ['styles.css'],
scripts: [],
environmentSource: 'environments/environment.ts',
environments: {
dev: 'environments/environment.ts',
prod: 'environments/environment.prod.ts',
},
},
],
};
//# sourceMappingURL=.angular-cli-v1.4.js.map