Migrated to the new go-web-dev-kit setup.
This commit is contained in:
parent
8d70b57299
commit
71ee505717
20 changed files with 193 additions and 810 deletions
19
.ozai.json
Normal file
19
.ozai.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue