Skip to content

Commit

Permalink
pkg: upgrade to [email protected]
Browse files Browse the repository at this point in the history
makes build work on Linux on arm64 (apple silicon)
  • Loading branch information
eins78 committed Oct 31, 2022
1 parent 65d4c0b commit b19d98e
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 433 deletions.
17 changes: 8 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
const withPWA = require('next-pwa')
const nextPwa = require('next-pwa')
const runtimeCaching = require('next-pwa/cache')

const withPWA = nextPwa({
dest: 'public',
runtimeCaching,
})

module.exports = withPWA({
pwa: {
dest: 'public',
runtimeCaching,
},
experimental: {
// needed when building a Docker image for the app
outputStandalone: true,
}
// needed when building a Docker image for the app
output: 'standalone',
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"audio-context": "^1.0.3",
"bootstrap": "^5.0.0-beta3",
"lodash.debounce": "^4.0.8",
"next": "^12.1.0",
"next": "^13.0.0",
"next-pwa": "^5.4.6",
"prop-types": "^15.8.1",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit b19d98e

Please sign in to comment.