[READ-ONLY] Mirror of https://github.com/flo-bit/dogumentation. Simple, minimalistic documentation template using astro flo-bit.dev/dogumentation/
0

Configure Feed

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

dogumentation / .vscode / launch.json
207 B 11 lines
1{ 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "command": "./node_modules/.bin/astro dev", 6 "name": "Development server", 7 "request": "launch", 8 "type": "node-terminal" 9 } 10 ] 11}