[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack.cc. clack.cc
0

Configure Feed

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

initial commit

Nate Moore (Feb 14, 2023, 12:21 PM -0600) 904435b0 ca8ff31e

+2 -17
-4
.vscode/extensions.json
··· 1 - { 2 - "recommendations": ["astro-build.astro-vscode"], 3 - "unwantedRecommendations": [] 4 - }
-11
.vscode/launch.json
··· 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 - }
+2 -2
tsconfig.json
··· 1 1 { 2 - "extends": "astro/tsconfigs/base" 3 - } 2 + "extends": "astro/tsconfigs/strict" 3 + }