Upgraded to v0.1.0 of ozai and ssgod.

This commit is contained in:
Zed A. Shaw 2025-09-14 12:13:24 -04:00
parent 71ee505717
commit e1df377eea
3 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,5 @@
{
"HostPort": ":9998",
"Processes": {
"webapp": {
"URL": "/webapp",
@ -13,7 +14,7 @@
"tailwind": {
"URL": "/tailwind",
"Command": "tailwindcss",
"Args": ["--input", "./static/input_style.css", "--output", "./static/style.css","--watch"]
"Args": ["--input", "./static/input_style.css", "--output", "./static/style.css","--watch=always"]
}
}
}

4
go.mod
View file

@ -54,8 +54,8 @@ require (
golang.org/x/text v0.29.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lcthw.dev/go/ozai v0.0.0-20250910184003-c03f8efb4764 // indirect
lcthw.dev/go/ssgod v0.0.0-20250910143122-4457e9bad2af // indirect
lcthw.dev/go/ozai v0.1.0 // indirect
lcthw.dev/go/ssgod v0.1.0 // indirect
)
tool (

8
go.sum
View file

@ -123,7 +123,11 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EV
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
lcthw.dev/go/ozai v0.0.0-20250910184003-c03f8efb4764 h1:usA3aED1GOnoqYSqfH0kUgickaQauyRoQW8yGaY1RK0=
lcthw.dev/go/ozai v0.0.0-20250910184003-c03f8efb4764/go.mod h1:AwxRrUAb/KtUzSWgKmhv/eBg6ZjJ4tVZ9YA/DlKqtWs=
lcthw.dev/go/ozai v0.0.0-20250914152405-53a1959fe44e h1:EAbBnwzBlusAOOs/Cq6QXbhhmMxaO7bsilKk6mU8oIc=
lcthw.dev/go/ozai v0.0.0-20250914152405-53a1959fe44e/go.mod h1:AwxRrUAb/KtUzSWgKmhv/eBg6ZjJ4tVZ9YA/DlKqtWs=
lcthw.dev/go/ozai v0.1.0 h1:LNuLMZV4m+ciHRjf1atcunR/63Jguvz3puEzD5vmFec=
lcthw.dev/go/ozai v0.1.0/go.mod h1:AwxRrUAb/KtUzSWgKmhv/eBg6ZjJ4tVZ9YA/DlKqtWs=
lcthw.dev/go/ssgod v0.0.0-20250910143122-4457e9bad2af h1:PN/XR1qhfxTn32AGOdQgyBPJs0qqnWVLcPxE5IUENgM=
lcthw.dev/go/ssgod v0.0.0-20250910143122-4457e9bad2af/go.mod h1:c0cAznS0qaDUOIGU8nKODfuFLwemEi/KGDCf8guTleA=
lcthw.dev/go/ssgod v0.1.0 h1:b1YkIc7hEgUen8zF85ZRG5YCyCeFAvx1KtmNFp1OuMg=
lcthw.dev/go/ssgod v0.1.0/go.mod h1:c0cAznS0qaDUOIGU8nKODfuFLwemEi/KGDCf8guTleA=