Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/L4CFHP)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api)
[![Deploy to PandaStack](https://dashboard.pandastack.io/deploy-button.svg)](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix PandaStack build path and output directory

For users clicking this button, the generated PandaStack project is configured to run npm run build at the repository root and publish dist, but this repo has no root package.json; the WebUI package lives under webui/ and its Vite build writes to static/admin (with Vercel publishing static). As written, the one-click deploy will fail during build or publish the wrong directory rather than deploying the app.

Useful? React with 👍 / 👎.


语言 / Language: [中文](README.MD) | [English](README.en.md)

Expand Down
Loading