{
  "name": "Project Zero PWA",
  "description": "Akinon Commerce Cloud Storefront",
  "scripts": {
    "release": "echo \"DONE\"",
    "build": "./build.sh"
  },
  "env": {},
  "formation": {
    "web": {
      "min": 1,
      "max": "auto",
      "healthcheck": "/healthz"
    }
  },
  "runtime": "node:25-alpine",
  "addons": [
    {
      "plan": "redis"
    },
    {
      "plan": "sentry"
    }
  ]
}
