Skip to content

fix(deps): update dependency fumadocs-ui to v15.3.3 #12

fix(deps): update dependency fumadocs-ui to v15.3.3

fix(deps): update dependency fumadocs-ui to v15.3.3 #12

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build-and-start:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Build
run: bun run build