Open
Conversation
- 添加 .gitignore 规则忽略 .open-next/ 和 .wrangler/ 目录 - 添加 Cloudflare 相关的构建脚本 cf:build、cf:preview 和 cf:deploy - 更新 next 依赖从 15.5.9 到 ^15.5.10 - 安装 @opennextjs/cloudflare 依赖包 - 安装 wrangler 依赖包用于 Cloudflare 部署工具 - 在 package-lock.json 中同步更新相关依赖版本及新增大量 Cloudflare 相关依赖包
- 在 overrides 中添加了 34 个 @Solana 相关包的版本锁定 - 将 @opennextjs/cloudflare 从 ^1.16.0 更新为精确版本 1.16.0 - 确保 Solana 生态系统依赖的一致性 - 防止 Solana 相关包的意外版本冲突
- 配置 TypeScript、JavaScript、JSON 等文件的文本处理规则 - 设置所有文本文件使用 LF 换行符进行归一化 - 定义图片、字体等二进制文件的处理方式 - 将 SVG 文件按文本格式处理以便于差异对比 - 统一项目中的换行符标准,避免跨平台问题
- 标准化大括号周围的空格和换行符 - 修复条件语句中的缩进和格式 - 统一函数和组件中的空行间距 - 改进了代码的可读性和一致性
…e-app Update name in Wrangler configuration file to match deployed Worker
Author
|
11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
11