Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

at main 18 lines 236 B view raw
1{ 2 "Dirs": [ 3 "node_modules" 4 ], 5 "Files": [ 6 "package-lock.json" 7 ], 8 "CloudConfig": { 9 "BucketName": "aesthetic-nanos", 10 "Zone": "sfo3" 11 }, 12 "RunConfig": { 13 "Memory": "1G", 14 "Ports": [ 15 "8083" 16 ] 17 } 18}