feat: Next.js SSH Launcher with full automation pipeline, metrics agent, dark/light mode

This commit is contained in:
chunzhimoe
2026-04-12 17:16:22 +08:00
parent e231778f54
commit 83fa93f7b7
25 changed files with 4027 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts