Skip to content

Commit 05374b2

Browse files
committed
Step 2 - Disable SSR for testing;
1 parent e050413 commit 05374b2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apps/host-application/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828
}
2929
],
3030
"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": []
3732
},
3833
"configurations": {
3934
"production": {

libs/nx-angular-mf/src/builders/helpers/patch-builder-context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function patchBuilderContext(
3030
// the return value, Angular will use the Vite server for the `dev-server` target.
3131
context.getBuilderNameForTarget = async (target) => {
3232
const builderName = await originalGetBuilderNameForTarget(target);
33-
console.log(builderName);
3433
if (executorToBuilderMap.has(builderName)) {
3534
return executorToBuilderMap.get(builderName)!;
3635
}

0 commit comments

Comments
 (0)