this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

at main 7 lines 154 B view raw
1import { VSCode } from "jsr:@smallweb/vscode@0.1.10"; 2 3const vscode = new VSCode({ 4 rootDir: Deno.env.get("SMALLWEB_DIR"), 5}); 6 7export default vscode;