Tldraw/next.config.js

8 wiersze
101 B
JavaScript

const withPWA = require('next-pwa')
module.exports = withPWA({
pwa: {
dest: 'public',
},
})