음성 재생과 운영 배포 정리

This commit is contained in:
Yun Chan 2026-06-28 12:18:20 +09:00
parent 8ed185ce6c
commit ac7db95542
1020 changed files with 46863 additions and 2175 deletions

10
apps/web/.dockerignore Normal file
View file

@ -0,0 +1,10 @@
node_modules/
dist/
build/
playwright-report/
test-results/
node_modules/.tmp/
*.log
*.err
.env
.env.*