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

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 06:32:27 +08:00

7 lines
251 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.