Let’s say that an application’s Server Components folder contains the following components: Appeals, core, ISScreening, and MyProj.
What is the minimum path for the SERVER_COMPONENT_ORDER to ensure that files in MyProj are preferred to files in Appeals, files in Appeals are preferred to files on ISScreening, and files in ISScreening are preferred to files in core?
A
SERVER_COMPONENT_ORDER=MyProj,Appeals,ISScreening
B
SERVER_COMPONENT_ORDER=MyProj,Appeals,ISScreening, core
C
SERVER_COMPONENT_ORDER=core,ISScreening,Appeals,MyProj
D
SERVER_COMPONENT_ORDER=MyProj
Show Answer