this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

move smallweb domain to `.envrc`

pomdtr 70d978a9 c88421fe

+2 -2
+1
.envrc
··· 1 1 #!/bin/sh 2 2 source_up_if_exists 3 3 export SMALLWEB_DIR="$PWD/examples" 4 + export SMALLWEB_DOMAIN="smallweb-dev.localhost"
+1 -2
examples/.smallweb/config.json
··· 1 1 { 2 - "domain": "smallweb.localhost", 3 2 "adminApps": [ 4 3 "ls" 5 4 ] 6 - } 5 + }