Skip to content

Commit

Permalink
fix(angular): there is no cors option on the file-server (#9923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Apr 21, 2022
1 parent d27563b commit e7f220d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function setupServeTarget(host: Tree, options: Schema) {
options: {
buildTarget: `${options.appName}:build`,
port: options.port,
cors: '*',
},
configurations: {
development: {
Expand Down

0 comments on commit e7f220d

Please sign in to comment.