New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@on-panda/serve

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@on-panda/serve

A production server for the onPanda web application

latest
npmnpm
Version
0.6.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@on-panda/serve

A production server for the onPanda web application. It serves the same Vite production build as pnpm preview, including the server proxy middleware.

Usage

npx @on-panda/serve --port 8080 --web_config config.json5

Open http://localhost:8080/. The server listens on 0.0.0.0, so it is also accessible through the host's network address.

OptionDefaultMeaning
--web_configOmittedJSON5 configuration file loaded by the web UI. When omitted, the config endpoint returns {}.
--port4173HTTP port.
--help, -hPrint usage and exit.

Relative paths for --web_config are resolved against the working directory where the command is run.

The server has no authentication. The web configuration is returned to browser clients, so its values should be treated as public.

FAQs

Package last updated on 18 Sep 2026

Related posts