AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

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

at 3bc0b3d769f94aeedd7587048032005c2e13c883 15 lines 277 B view raw
1{ 2 "name": "@hatk/docs", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview" 9 }, 10 "dependencies": { 11 "@astrojs/starlight": "^0.37.7", 12 "astro": "^5.6.1", 13 "sharp": "^0.34.2" 14 } 15}