Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
eguneys committed Jan 3, 2024
1 parent 5de4382 commit fba65cf
Show file tree
Hide file tree
Showing 4 changed files with 2,768 additions and 58 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "vite --port=3000",
"build": "vite build",
"lint": "tsc --noEmit --watch",
"content": "node content.js"
"content": "node content.js",
"preview": "vite preview"
},
"dependencies": {
"blah": "link:..\\blah",
Expand All @@ -20,6 +21,7 @@
"aset": "link:..\\aset",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vite-plugin-pwa": "^0.17.4"
}
}
Loading

0 comments on commit fba65cf

Please sign in to comment.