Added VNext feature matrix (#2200)

This commit is contained in:
sunghyunkang1111
2025-08-20 11:53:49 -05:00
committed by GitHub
parent d385764027
commit 59190f2376
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();