Skip to content

fix: add exports condition 'development|production' (to align Vite 5/6) #153

fix: add exports condition 'development|production' (to align Vite 5/6)

fix: add exports condition 'development|production' (to align Vite 5/6) #153

Workflow file for this run

name: 'Check formatting'
on:
push:
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.2.0
- run: pnpm install
- run: pnpm run format:check