Skip to content

Commit d0ea3a2

Browse files
Refactor and start daemon via terminal
1 parent bcbe07a commit d0ea3a2

File tree

7 files changed

+309
-325
lines changed

7 files changed

+309
-325
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ intellij {
2727
version.set("2023.2.8")
2828
type.set("IC") // Target IDE Platform
2929

30-
plugins.set(listOf(/* Plugin Dependencies */))
30+
plugins.set(listOf("terminal"))
3131
}
3232

3333
tasks {

src/main/kotlin/io/github/ethersync/DaemonOutputNotifier.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)