# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: JavaScript and TypeScript Function
spec:
    description: JavaScript and TypeScript function runtime, powered by Bun
    icon: https://svgl.app/library/bun.svg
    readme: ""
    services:
        - name: function-bun
          icon: https://svgl.app/library/bun.svg
          template: PREBUILT_V2
          spec:
            id: function-bun
            source:
                image: zeabur/function-bun
            volumes:
                - id: service
                  dir: /srv
            env: {}
            configs: []
