[Archived] Archived WIP of vielle.dev

Add format script

+2 -1
+2 -1
package.json
··· 7 7 "start": "astro dev", 8 8 "build": "astro check && astro build", 9 9 "preview": "astro preview", 10 - "astro": "astro" 10 + "astro": "astro", 11 + "format": "prettier . --write" 11 12 }, 12 13 "dependencies": { 13 14 "@astrojs/check": "^0.9.4",