this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

rename workspace to example

pomdtr a5b5b3b3 6a51da03

+6 -6
+1 -1
.devcontainer/devcontainer.json
··· 7 7 2222 8 8 ], 9 9 "remoteEnv": { 10 - "SMALLWEB_DIR": "${containerWorkspaceFolder}/workspace" 10 + "SMALLWEB_DIR": "${containerWorkspaceFolder}/example" 11 11 }, 12 12 "features": { 13 13 "ghcr.io/devcontainers/features/go:1": {},
+1 -1
.envrc
··· 1 1 #!/bin/sh 2 - export SMALLWEB_DIR="$PWD/workspace" 2 + export SMALLWEB_DIR="$PWD/example"
+3 -3
.vscode/launch.json
··· 11 11 "--ssh-addr=:2222" 12 12 ], 13 13 "env": { 14 - "SMALLWEB_DIR": "${workspaceFolder}/workspace", 14 + "SMALLWEB_DIR": "${workspaceFolder}/example", 15 15 }, 16 16 }, 17 17 { ··· 39 39 // your args here 40 40 ], 41 41 "env": { 42 - "SMALLWEB_DIR": "${workspaceFolder}/workspace", 42 + "SMALLWEB_DIR": "${workspaceFolder}/example", 43 43 }, 44 44 }, 45 45 { ··· 53 53 "--ssh-addr=:2222" 54 54 ], 55 55 "env": { 56 - "SMALLWEB_DIR": "${workspaceFolder}/workspace", 56 + "SMALLWEB_DIR": "${workspaceFolder}/example", 57 57 "OTEL_DENO": "true", 58 58 } 59 59 }
+1 -1
compose.yaml
··· 10 10 - 7777:7777 11 11 - 2222:2222 12 12 volumes: 13 - - ./workspace:/smallweb 13 + - ./example:/smallweb 14 14 - deno_cache:/home/smallweb/.cache/deno 15 15 16 16 volumes:
workspace/.gitignore example/.gitignore
workspace/.smallweb/config.json example/.smallweb/config.json
workspace/.smallweb/plugins/edit.sh example/.smallweb/plugins/edit.sh
workspace/auth/main.ts example/auth/main.ts
workspace/cli/main.ts example/cli/main.ts
workspace/echo/main.ts example/echo/main.ts
workspace/env/main.ts example/env/main.ts
workspace/error/main.ts example/error/main.ts
workspace/hono/main.ts example/hono/main.ts
workspace/ls/main.ts example/ls/main.ts
workspace/ls/smallweb.json example/ls/smallweb.json
workspace/www/index.md example/www/index.md