performance comparisons of edge compute platforms
edge performance benchmark cloud-provider compute function edge-function compute-at-edge comparison
1
fork

Configure Feed

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

install packig :)

+6 -1
+6 -1
.tangled/workflows/default.yaml
··· 40 40 nixpkgs: 41 41 - bun 42 42 - fastly 43 + - nodejs_24 43 44 44 45 steps: 45 46 - name: "Run service" 46 47 command: "./i.sh bun run app/index.ts" 47 - - name: "Build fastly" 48 + - name: "Install packages" 49 + environment: 50 + SET_CWD: services/fastly/express-basic 51 + command: "./i.sh pnpm install" 52 + - name: "Fastly: Build and deploy" 48 53 environment: 49 54 SET_CWD: services/fastly/express-basic 50 55 command: "./i.sh fastly compute deploy"