Skip to content

Commit

Permalink
feat: 📝添加设置镜像源的备忘
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Sep 1, 2023
1 parent 1c11370 commit 2654622
Show file tree
Hide file tree
Showing 6 changed files with 2,097 additions and 3,100 deletions.
17 changes: 10 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
.vitepress/cache
.vitepress/.temp

# Editor directories and files
.vscode
!.vscode/extensions.json
Expand All @@ -27,3 +20,13 @@ dist-ssr
*.lock

# user
node_modules
dist
dist-ssr
*.local
.vitepress/cache
.vitepress/.temp

pnpm-lock.yaml
yarn.lock
package-lock.json
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://registry.npmmirror.com/
shamefully-hoist=true
4 changes: 4 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

registry "https://registry.npmmirror.com/"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
"devDependencies": {
"@viarotel-org/eslint-config": "^0.5.10",
"@viarotel-org/unocss-config": "^0.5.9",
"eslint": "^8.41.0",
"eslint": "^8.48.0",
"typescript": "^5.2.2",
"unocss": "^0.53.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-remove-console": "^2.1.1",
"vitepress": "1.0.0-beta.6",
"vitepress-sidebar": "^1.8.2"
}
}
}
Loading

0 comments on commit 2654622

Please sign in to comment.