Vanilla 자바스크립트로 SPA 구현중 만난 에러Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/css"
This XML file does not appear to have any style information associated with it.ㅋㅋㅋㅋㅋ.. 너 진짜 이럴래 ㅜ
파일 구조는 이런 상태였다.📂 FastAPI/├── 📂 todos/ ├── 📂 pycache ├── api.py ├── todo.py └── model.py ├── 📂 venv ├── 📂 Include ├── 📂 Lib
노트북 끄기 전에 포트 종료를 잘 하자😅netstat으로 리스닝 상태인 포트 확인 가능npx kill-port로 포트 종료할 수 있다FastAPI를 배우던 중 uvicorn todos.api:app --port 8000 --reload 로 서버를 실행하고 http&#