feat(server): use https by default (#5315) [EE-332]

This commit is contained in:
Chaim Lev-Ari
2021-08-10 07:59:47 +03:00
committed by GitHub
parent 3257cb1e28
commit 11d555bbd6
32 changed files with 1160 additions and 319 deletions

View File

@@ -78,6 +78,7 @@ module.exports = {
'/api': 'http://localhost:9000',
},
open: true,
writeToDisk: true,
},
plugins: [
new HtmlWebpackPlugin({