Files
HKSingleParty/99_references/voyager-main/appflow.config.json
2025-05-28 09:55:51 +08:00

10 lines
178 B
JSON

{
"apps": [
{
"appId": "9f0851ec",
"dependencyInstallCommand": "corepack enable && pnpm i --frozen-lockfile",
"webBuildCommand": "pnpm build"
}
]
}