Skip to content

fix(app): Server에서 document 관련 API를 사용하여 생기는 빌드 오류 수정 #18

fix(app): Server에서 document 관련 API를 사용하여 생기는 빌드 오류 수정

fix(app): Server에서 document 관련 API를 사용하여 생기는 빌드 오류 수정 #18

Workflow file for this run

name: Build nextjs with bun projects
on:
push:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: setup bun.js
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.11
- run: bun install
- run: bun run build