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 launch configuration for smallweb.run

pomdtr 5067f7fe 4783339e

+14
+14
.vscode/launch.json
··· 23 23 "env": { 24 24 "SMALLWEB_DIR": "${workspaceFolder}/examples" 25 25 }, 26 + }, 27 + { 28 + "name": "smallweb.run up", 29 + "type": "go", 30 + "request": "launch", 31 + "program": "${workspaceFolder}/main.go", 32 + "args": [ 33 + "up", 34 + "--ssh-addr=:2222", 35 + ], 36 + "env": { 37 + "SMALLWEB_DIR": "${userHome}/smallweb/smallweb.run", 38 + "SMALLWEB_DOMAIN": "smallweb.localhost" 39 + }, 26 40 } 27 41 ] 28 42 }