File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
libs/nx-angular-mf/src/builders/helpers Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 28
28
}
29
29
],
30
30
"styles" : [" apps/host-application/src/styles.css" ],
31
- "scripts" : [],
32
- "server" : " apps/host-application/src/main.server.ts" ,
33
- "ssr" : {
34
- "entry" : " apps/host-application/src/server.ts"
35
- },
36
- "outputMode" : " server"
31
+ "scripts" : []
37
32
},
38
33
"configurations" : {
39
34
"production" : {
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export function patchBuilderContext(
30
30
// the return value, Angular will use the Vite server for the `dev-server` target.
31
31
context . getBuilderNameForTarget = async ( target ) => {
32
32
const builderName = await originalGetBuilderNameForTarget ( target ) ;
33
- console . log ( builderName ) ;
34
33
if ( executorToBuilderMap . has ( builderName ) ) {
35
34
return executorToBuilderMap . get ( builderName ) ! ;
36
35
}
You can’t perform that action at this time.
0 commit comments