Added VNext feature matrix

This commit is contained in:
Sung-Hyun Kang
2025-08-14 20:46:45 -05:00
parent d385764027
commit 82f50f6b1f
9 changed files with 160 additions and 14 deletions

View File

@@ -121,6 +121,7 @@ app.get("/_ready", (_, res) => {
const appConf = {
PROXY_PATH: "/proxy",
EMULATOR_ENDPOINT: conf.EMULATOR_ENDPOINT,
platform: "VNextEmulator",
};
app.get("/config.json", (_, res) => {
res.status(200).json(appConf).end();