1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

bump some deps

This commit is contained in:
2021-09-22 09:18:32 -04:00
parent 28fc884aee
commit 2ca02c81fd
8 changed files with 234 additions and 206 deletions

View File

@@ -220,11 +220,11 @@ export default {
},
devServer: {
static: {
directory: path.join(__dirname, "public"),
directory: path.resolve(__dirname, "public"),
watch: true,
},
host: "0.0.0.0", // weird docker bind behavior
port: process.env.PORT || 1337,
port: process.env.PORT ?? 1337,
compress: true,
liveReload: true,
},