摘要:
修改tsconfig.app.json "compilerOptions": {, "isolatedModules": true, "types": ["vite/client"] }, 阅读全文
posted @ 2025-05-14 22:24
惊世智慧
阅读(0)
评论(0)
推荐(0)
摘要:
报错: Git: fatal: unable to accesshttps://github.c/dddd56656/frontend.git/:Failedto onnect to github.com port 443:Timed out 解决: 挂代理 git config --global 阅读全文
posted @ 2025-05-14 22:21
惊世智慧
阅读(1)
评论(0)
推荐(0)
摘要:
代码提交信息规范插件commitlint/cli的安装和使用 npm install --save-dev @commitlint/cli@^17.6.0 @commitlint/config-conventional@^17.6.0 新增commitlint.config.cjs // commi 阅读全文
posted @ 2025-05-14 20:56
惊世智慧
阅读(4)
评论(0)
推荐(0)