🐛 Fixed docker prettier plugin issue

This commit is contained in:
2025-09-24 19:14:10 +08:00
parent 39ee2d14f3
commit 1462d8a753
5 changed files with 813 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"syscall/js"
"github.com/reteps/dockerfmt/lib"
"docker_fmt/lib"
)
func Format(this js.Value, args []js.Value) any {