feat: add app-create and frp commands

This commit is contained in:
bipproduction
2025-10-07 16:26:23 +08:00
parent 5ef8241989
commit 1f71d34d97
3 changed files with 169 additions and 24 deletions

View File

@@ -71,6 +71,7 @@ if (!(await Bun.file(g3nConf).exists())) {
FRP_HOST=
FRP_USER=
FRP_SECRET=
FRP_AUTH_TOKEN=
`
Bun.write(g3nConf, conf);
console.log(`✅ G3N config created at ${g3nConf}`);