Import Instagram archive to a Bluesky account
9
fork

Configure Feed

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

cleaned up an unused debugging configuration.

-12
-12
.vscode/launch.json
··· 15 15 "NODE_OPTIONS": "--experimental-fetch" 16 16 }, 17 17 "runtimeArgs": ["--experimental-fetch"] 18 - }, 19 - { 20 - "type": "node", 21 - "request": "attach", 22 - "name": "Attach to Process", 23 - "port": 9229, 24 - "sourceMaps": true, 25 - "outFiles": ["${workspaceFolder}/dist/**/*.js"], 26 - "resolveSourceMapLocations": [ 27 - "${workspaceFolder}/**", 28 - "!**/node_modules/**" 29 - ] 30 18 } 31 19 ] 32 20 }