ejs 파일 맨 하단에 <script src="./main.js"></script> 이렇게하고, 서버실행하면
GET http://localhost:8080/main.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 Refused to execute script from 'http://localhost:8080/main.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
이런 에러가뜹니다 혹시 제가 경로설정을 잘못해준건가요?