## Current Behavior It is not possible to pass custom cors headers to the `@nx/web:file-server` executor despite `http-server` supporting it. ## Expected Behavior `@nx/web:file-server` should pass-through a string of custom cors headers to `http-server`. ## Related Issue(s)