1 Star 1 Fork 0

fudashuai007/redux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
netlify.toml 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build]
base = "website"
publish = "website/build"
command = "cd ../docs && yarn && cd ../website && yarn build && cp _redirects ./build"
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
[build.environment]
NODE_VERSION = "18.15.0"
NODE_OPTIONS = "--max_old_space_size=4096"
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.10"
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
"node_modules/.cache",
"website/node_modules/.cache",
".yarn/.cache"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fudashuai007/redux.git
git@gitee.com:fudashuai007/redux.git
fudashuai007
redux
redux
master

搜索帮助