Skip to content

Commit 6fd18b6

Browse files
Disable ssr prompt (#891)
* Disable ssr prompt * Small refactoring
1 parent d4526ff commit 6fd18b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/applications/application.angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const create = async(appName, options) => {
8888
];
8989

9090
if(ngCliWithStandalone.compare(currentNgVersion) <= 0) {
91-
commandArguments.push('--standalone=false');
91+
commandArguments.push('--standalone=false', '--ssr=false');
9292
}
9393

9494
await runNgCommand(commandArguments, options);

0 commit comments

Comments
 (0)