this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add smallweb.run in launch.json

pomdtr 290e39fa 7f3b4ace

+15
+15
.vscode/launch.json
··· 15 15 }, 16 16 }, 17 17 { 18 + "name": "smallweb.run up", 19 + "type": "go", 20 + "request": "launch", 21 + "program": "${workspaceFolder}/main.go", 22 + "args": [ 23 + "up", 24 + "--addr=:7777", 25 + "--ssh-addr=:2222" 26 + ], 27 + "env": { 28 + "SMALLWEB_DIR": "${userHome}/smallweb/smallweb.run", 29 + "SMALLWEB_DOMAIN": "smallweb.localhost" 30 + }, 31 + }, 32 + { 18 33 "name": "smallweb cli", 19 34 "type": "go", 20 35 "request": "launch",