/
FnaTikJK
/
TalentBridge
Обзор
Документация
Войти
/
FnaTikJK
/
TalentBridge
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/client/angular.json
87 строк
2 KB
Nikita Osminin
добавил работу инструкций для локального вебсервера
01 май 2026, 14:23
01 май 2026, 14:23
933f81f
Код
Авторство
О чём код?
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { "packageManager": "npm" }, "newProjectRoot": "projects", "projects": { "TalentBridge": { "projectType": "application", "schematics": {}, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "browser": "src/main.ts", "tsConfig": "tsconfig.app.json", "assets": [ { "glob": "**/*", "input": "public" } ], "styles": [ "src/styles.css" ] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "500kB", "maximumError": "1MB" }, { "type": "anyComponentStyle", "maximumWarning": "4kB", "maximumError": "8kB" } ], "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true, "assets": [ { "glob": "**/*", "input": "public" }, { "glob": "**/*", "input": "instructions", "output": "/instructions" } ] } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "options": { "proxyConfig": "proxy.conf.json" }, "configurations": { "production": { "buildTarget": "TalentBridge:build:production" }, "development": { "buildTarget": "TalentBridge:build:development" } }, "defaultConfiguration": "development" }, "test": { "builder": "@angular/build:unit-test" } } } } }