Pulumi code for my server setup
0
fork

Configure Feed

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

Upgrade packages

+3 -3
bun.lockb

This is a binary file and will not be displayed.

+3 -3
package.json
··· 6 6 "private": true, 7 7 "author": "Bas van den Wollenberg <hi@bas.sh> (https://bas.sh)", 8 8 "dependencies": { 9 - "@pulumi/command": "^0.9.2", 9 + "@pulumi/command": "^0.11.1", 10 10 "@pulumi/docker": "4.5.3", 11 11 "@pulumi/pulumi": "*", 12 12 "dotenv": "^16.4.5", 13 13 "ts-node": "^10.9.2", 14 - "typescript": "^5.4.4" 14 + "typescript": "^5.4.5" 15 15 }, 16 16 "devDependencies": { 17 - "@types/node": "^20.12.5" 17 + "@types/node": "^20.12.12" 18 18 } 19 19 }