Mirror of
0
fork

Configure Feed

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

Merge pull request #10 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
81de2a0f 060a0829

+4 -4
+4 -4
starlight/package.json
··· 1 1 { 2 2 "name": "videos", 3 - "type": "module", 4 3 "version": "0.1.1", 4 + "type": "module", 5 5 "scripts": { 6 - "dev": "astro dev", 7 - "start": "astro dev", 6 + "astro": "astro", 8 7 "build": "astro build", 8 + "dev": "astro dev", 9 9 "preview": "astro preview", 10 - "astro": "astro" 10 + "start": "astro dev" 11 11 }, 12 12 "dependencies": { 13 13 "@astrojs/starlight": "^0.30.5",