Skip to content

feat: add index route #3

feat: add index route

feat: add index route #3

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
dry-run:
name: Dry Run
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Build
run: bun build src/index.js --minify