Skip to content

fix: point to the hand written type declaration instead #69

fix: point to the hand written type declaration instead

fix: point to the hand written type declaration instead #69

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run example:build
start: npm run example:dev