@ -3,7 +3,7 @@
"Processes": {
"webapp": {
"URL": "/webapp",
"Command": "./webapp",
"Command": "./bin/webapp",
"Args": []
},
"ssgod": {
@ -6,7 +6,7 @@ else
endif
build:
go build .
go build -o bin/webapp .
site:
go tool ssgod