Skip to content

Commit

Permalink
build(projects): move tauri to branch tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Oct 31, 2022
1 parent 6773659 commit 6c14bfe
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 3,729 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -38,13 +38,10 @@
"dev": "cross-env VITE_SERVICE_ENV=dev vite",
"dev:test": "cross-env VITE_SERVICE_ENV=test vite",
"dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
"dev:tauri": "pnpm tauri dev",
"build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build",
"build:dev": "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build",
"build:test": "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build",
"build:vercel": "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build",
"build:tauri": "pnpm tauri build",
"tauri-icon": "pnpm tauri icon ./src-tauri/app-icon.png",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
Expand Down
3 changes: 0 additions & 3 deletions src-tauri/.gitignore

This file was deleted.

1 comment on commit 6c14bfe

@vercel
Copy link

@vercel vercel bot commented on 6c14bfe Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.