Skip to content

Commit

Permalink
remove gitignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Nov 29, 2023
1 parent 2be5daf commit 3035e81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Empty file.
3 changes: 2 additions & 1 deletion examples/counter/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"postinstall": "mkdir -p dist"
},
"dependencies": {
"@tauri-apps/api": "^1.5.1",
Expand Down
5 changes: 0 additions & 5 deletions examples/counter/web-nextjs/next-env.d.ts

This file was deleted.

0 comments on commit 3035e81

Please sign in to comment.