Skip to content

Commit

Permalink
feat: enable pwa (#4)
Browse files Browse the repository at this point in the history
* chore: add vscode to gitignore

* feat: enable PWA
  • Loading branch information
KaiVandivier authored Nov 26, 2021
1 parent 7b150bd commit 39ff10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
src/locales
build
cypress.env.json
.vscode
2 changes: 2 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const config = {
type: 'app',

pwa: { enabled: true },

entryPoints: {
app: './src/App.js',
},
Expand Down

0 comments on commit 39ff10f

Please sign in to comment.