feat: 포그라운드 푸시 알림 소리 추가

- Capacitor 패키지 추가 (@capacitor/core, @capacitor/push-notifications)
- 포그라운드에서 푸시 수신 시 알림 소리 재생
- 알림 소리 파일 추가 (push_notification.wav)
This commit is contained in:
2025-12-23 08:49:07 +09:00
parent a332e0cee4
commit 03cf96d4bb
4 changed files with 32 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
"vite": "^7.0.7"
},
"dependencies": {
"@capacitor/core": "^8.0.0",
"@capacitor/push-notifications": "^8.0.0",
"htmx.org": "^2.0.8"
}
}