zedshaw.games/.ozai.json
2025-09-13 15:08:19 -04:00

19 lines
405 B
JSON

{
"Processes": {
"webapp": {
"URL": "/webapp",
"Command": "webapp",
"Args": []
},
"ssgod": {
"URL": "/ssgod",
"Command": "go",
"Args": ["tool", "ssgod", "watch"]
},
"tailwind": {
"URL": "/tailwind",
"Command": "tailwindcss",
"Args": ["--input", "./static/input_style.css", "--output", "./static/style.css","--watch"]
}
}
}