Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix netlify build: remove missing generate-llms-txt.sh reference

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/netlify.toml
··· 2 2 base = "system" 3 3 publish = "public" 4 4 ignore = "bash ./ignore-index.sh" 5 - command = "rm -f public/index.html && echo $COMMIT_REF > public/.commit-ref && bash ../utilities/generate-llms-txt.sh" 5 + command = "rm -f public/index.html && echo $COMMIT_REF > public/.commit-ref" 6 6 # command = "bash ./github-discord.sh" 7 7 # command = "echo 'Building...'" 8 8