更新:next-env/package 配置、端口配置表、新增小程序接口申请文案

- next-env.d.ts / package.json 配置调整
- 开发文档/服务器管理 端口配置表更新
- 新增 开发文档/10、项目管理/小程序接口申请文案.md(wx.chooseAddress、wx.getPhoneNumber 等申请理由)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
卡若
2026-02-18 06:32:27 +08:00
parent 70497d3047
commit 09fb67d2af
4 changed files with 110 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "npx next start -p 3006"
"start": "PORT=3006 HOSTNAME=0.0.0.0 node .next/standalone/server.js"
},
"dependencies": {
"@emotion/is-prop-valid": "latest",