| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@ajaysourcedigital is attempting to deploy a commit to the cjack's projects Team on Vercel. A member of the Team first needs to authorize it. |
Sorry, something went wrong.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 1d1e7de4bf
ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Sorry, something went wrong.
|
|
||
| [](https://zeabur.com/templates/L4CFHP) | ||
| [](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api) | ||
| [](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist) |
There was a problem hiding this comment.
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 👍 / 👎.
Sorry, something went wrong.
There was a problem hiding this comment.
This PR adds a “Deploy to PandaStack” badge/link to the main README.MD alongside the existing one-click deployment buttons, aiming to provide an additional deployment option for DS2API users.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
|
|
||
| [](https://zeabur.com/templates/L4CFHP) | ||
| [](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api) | ||
| [](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist) |
| Back | FazBrowse Home | New Git URL |
Add Deploy to PandaStack button
This PR adds a Deploy to PandaStack button alongside the existing Vercel button.
PandaStack is a cloud deployment platform — supports static sites, containerized apps, databases, cronjobs, and more. A great alternative hosting option for your users.
What this adds
Happy to adjust build settings or output directory if needed. Feel free to close if you'd prefer to keep one button. 🙂