This commit is contained in:
2026-01-23 17:05:09 +09:00
parent ac50737ea8
commit d89d793efa
16 changed files with 665 additions and 256 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ dependencies {
// Database (Exposed & SQLite)
// H2 Database (네이티브 라이브러리 없는 순수 자바 DB)
implementation("com.h2database:h2:2.2.224")
// Source: https://mvnrepository.com/artifact/com.microsoft.playwright/playwright
implementation("com.microsoft.playwright:playwright:1.57.0")
implementation("io.ktor:ktor-client-websockets:${ktorVersion}")
// SQL 프레임워크 (Exposed)