fix(nuxt): Node용 #internal/nuxt/paths 해석 및 paths.mjs 디스크 기록

- app:templates에서 paths.mjs에 write: true를 부여하는 로컬 모듈 추가
- 루트 package.json imports로 .nuxt/paths.mjs 매핑
- nuxt ^3.21.2로 명시, 문서(v0.0.59) 반영

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-11 12:25:19 +09:00
parent 2f7ce64391
commit ed7709ab59
8 changed files with 53 additions and 7 deletions

View File

@@ -17,6 +17,12 @@
|------|------|
| composables/formatPostDate.js | 공개 화면 게시일 `YYYY.MM.DD` 포맷 |
## Nuxt 모듈
| 파일 | 용도 |
|------|------|
| modules/nuxt-ssr-paths-write.mjs | `paths.mjs``.nuxt`에 기록해 Node가 `#internal/nuxt/paths`를 해석할 수 있게 함 |
## 사이트 컴포넌트
| 파일 | 화면 위치 |