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"]
}
}
}