27 lines
840 B
JSON
27 lines
840 B
JSON
|
|
{
|
||
|
|
"name": "twitch-extension-panel",
|
||
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||
|
|
"sourceRoot": "apps/twitch-extension-panel/src",
|
||
|
|
"projectType": "application",
|
||
|
|
"targets": {
|
||
|
|
"build": {
|
||
|
|
"executor": "@nx/angular:application",
|
||
|
|
"options": {
|
||
|
|
"outputPath": "dist/apps/twitch-extension-panel",
|
||
|
|
"index": "apps/twitch-extension-panel/src/index.html",
|
||
|
|
"browser": "apps/twitch-extension-panel/src/main.ts",
|
||
|
|
"tsConfig": "apps/twitch-extension-panel/tsconfig.app.json",
|
||
|
|
"assets": [],
|
||
|
|
"styles": ["apps/twitch-extension-panel/src/styles.css"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"serve": {
|
||
|
|
"executor": "@nx/angular:dev-server",
|
||
|
|
"options": {
|
||
|
|
"buildTarget": "twitch-extension-panel:build"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tags": ["scope:panel"]
|
||
|
|
}
|