Skip to content

Commit

Permalink
feat: Better launch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Soryyyn committed Jun 23, 2023
1 parent 241eb5d commit eed9851
Show file tree
Hide file tree
Showing 4 changed files with 4,280 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:client": "vite",
"build:client": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
"dev": "tauri dev"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0"
Expand Down
Loading

0 comments on commit eed9851

Please sign in to comment.