chore: some relative config files

This commit is contained in:
mozzie 2024-08-29 17:00:14 +08:00
parent 201619055d
commit 10f4253954
5 changed files with 8379 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
dist-electron
release
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

5
.npmrc Normal file
View File

@ -0,0 +1,5 @@
# 淘宝
# electron_mirror=https://registry.npmmirror.com
registry=https://registry.npmmirror.com/
electron_mirror=https://npmmirror.com/mirrors/electron/

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "cvpilot",
"version": "1.0.0",
"scripts": {
"dev:desktop": "pnpm run --filter @cvpilot/desktop dev"
}
}

8334
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

7
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,7 @@
packages:
# all packages in direct subdirs of packages/
- "packages/*"
# all packages in subdirs of components/
- "apps/**"
# exclude packages that are inside test directories
- "!**/test/**"