Skip to content

chore: update config #7

chore: update config

chore: update config #7

Workflow file for this run

name: Build
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build
run: NITRO_PRESET="bun" bun run build
- uses: actions/upload-artifact@v4
with:
name: build-files
path: |
.output/