recursively fetch quotes
0
fork

Configure Feed

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

feat: Forgot to add minify flag

Jack W. 40b6adc2 8da70eaf

+1 -1
+1 -1
package.json
··· 10 10 "private": true, 11 11 "scripts": { 12 12 "dev": "bun index.html", 13 - "build": "bun build index.html --outdir dist" 13 + "build": "bun build index.html --minify --outdir dist" 14 14 }, 15 15 "type": "module" 16 16 }