Nuget에서 받은 패키지에 js파일 import시키는 방법?

Nuget에서 ZXingBlazor 패키지를 받아서, 로컬에서

를 추가해서 테스트 했습니다.

이제 서버에 배포해서 테스트 하려고 했는데, 개발자모드에서 아래와 같이 표기됩니다.


(Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions by setting ‘DetailedErrors: true’ in ‘appSettings.Development.json’ or set ‘CircuitOptions.DetailedErrors’)
관련 구글링 키워드, 해결방안을 알고계시다면 지식을 나눠주시면 감사하겠습니다…

프로젝트 설정과 실제로 사용 코드도 함께 보여주시면 좋겠습니다.

이 링크에 소스 압축파일 올려뒀어요! .net 6.0으로 진행했구요,

  • 로컬 실행 (정상)
  • IIS에 배포(실패)
    했습니다!