You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[1mEncountered the following while migrating '@nx/vite:serve':[22m
33
-
[1m[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
32
+
"[1mEncountered the following while migrating '@nx/vite:serve':
33
+
[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
"[1mEncountered the following while migrating '@nx/vite:serve':[22m
75
-
[1m[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
74
+
"[1mEncountered the following while migrating '@nx/vite:serve':
75
+
[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
76
76
[1mAffected Projects[22m
77
77
app
78
78
shop-app
79
79
• Encountered 'AnotherValue' in project.json. You will need to copy the contents of this file to the 'config.prop' property in your Vite config file.
80
80
[1mAffected Projects[22m
81
81
shop-app
82
-
[1mEncountered the following while migrating '@nx/vite:build':[22m
83
-
[1m[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
82
+
[1mEncountered the following while migrating '@nx/vite:build':
83
+
[22m • Encountered 'proxyConfig' in project.json. You will need to copy the contents of this file to the 'server.proxy' property in your Vite config file.
@@ -88,7 +86,7 @@ export async function configureAiAgentsHandlerImpl(
88
86
output.log({
89
87
title,
90
88
bodyLines: [
91
-
chalk.dim(
89
+
pc.dim(
92
90
'To manually configure the Nx MCP in your editor, install Nx Console (https://nx.dev/getting-started/editor-setup)'
93
91
),
94
92
],
@@ -225,7 +223,7 @@ export async function configureAiAgentsHandlerImpl(
0 commit comments