Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "Dirs": ["node_modules", "ssl"],
3 "Files": [
4 "package-lock.json",
5 "chat.env",
6 "gcp-service-key.json",
7 "gcp-firebase-service-key.json",
8 "filter.mjs",
9 "redact.mjs"
10 ],
11 "CloudConfig": {
12 "Platform": "gcp",
13 "ProjectID": "aesthetic-computer",
14 "Zone": "us-west1-a",
15 "BucketName": "aesthetic-nanos"
16 },
17 "RunConfig": {
18 "Memory": "1G",
19 "Ports": ["8083", "80", "443"],
20 "UDPPorts": ["60", "70-80", "6006"],
21 "Verbose": true
22 }
23}