name: getting-started-genezio
region: eu-central-1
cloudProvider: aws
sdk:
  language: js
  options:
    runtime: browser
  path: ../client/src/sdk
scripts:
  preBackendDeploy: "npm install"
  preFrontendDeploy: "cd ../client && npm install && npm run build"
frontend:
  path: ../client/build
classes:
  - path: ./task.js
    type: jsonrpc
    methods: []
