19 lines
405 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|