Merge branch 'main' of https://github.com/calendso/calendso into main

This commit is contained in:
Bailey Pumfleet 2021-04-07 21:37:46 +01:00
commit 96ee624bb7

5
next.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
typescript: {
ignoreBuildErrors: true,
},
}