Skip to content

Repository files navigation

dashboard-frontend

To install dependencies:

bun install

To start the Bun development server:

bun dev

To build static frontend assets:

bun run build

To build the release-ready static HTML bundle:

bun run build-html

If the frontend API origin differs from the default reverse proxy backend, set BUN_PUBLIC_API_BASE_URL.

GitHub Actions release pipeline

One workflow is included under .github/workflows:

  • release-static.yml: runs on every push to main, executes bun run build-html, and publishes dist/index.html to GitHub Releases.

Release naming:

  • Release tag: main-<short-sha>
  • Asset file: index.html

This keeps the pipeline automatic on main without separate version metadata management.

About

리버스 프록시 대시보드 프론트엔드

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages