{
  "name": "<WORKER_NAME>",
  "main": "src/entry.py",
  "compatibility_date": "<COMPATIBILITY_DATE>",
  "compatibility_flags": [
    "python_workers"
  ],
  "assets": {
    // The path to the directory containing the `index.html` file to be served at `/`
    "directory": "./public"
  },
  "observability": {
    "enabled": true
  }
}
