Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

notepat-remote: correct download URL to /m4l/ (bypass /assets/ CDN redirect)

+4 -5
+3 -4
.gitignore
··· 72 72 system/public/assets/papers/readings/text/* 73 73 !system/public/assets/papers/readings/text/Gallope-Harren-Hicks-The-Scores-Project-2025.txt 74 74 # M4L .amxd binaries hosted on lith directly (small, versioned, no CDN) 75 - !system/public/assets/m4l/ 76 - system/public/assets/m4l/* 77 - !system/public/assets/m4l/*.amxd 75 + # Use system/public/m4l/ (not /assets/m4l/) to bypass Caddy's /assets/*→CDN redirect. 76 + !system/public/m4l/ 78 77 79 78 # AestheticAnts runtime (logs, runs, test output - not part of the score) 80 79 ants/*.log ··· 340 339 system/.env 341 340 ac-vst/vst3sdk/ 342 341 *.amxd 343 - !system/public/assets/m4l/*.amxd 342 + !system/public/m4l/*.amxd 344 343 345 344 # Emacs performance logs (keep directory, ignore log files) 346 345 .emacs-logs/*.log
+1 -1
system/public/aesthetic.computer/disks/notepat.mjs
··· 7148 7148 down: () => api.beep(400), 7149 7149 push: () => { 7150 7150 api.beep(); 7151 - jump("out:https://aesthetic.computer/assets/m4l/notepat-remote.amxd"); 7151 + jump("out:https://aesthetic.computer/m4l/notepat-remote.amxd"); 7152 7152 }, 7153 7153 }); 7154 7154