Skip to content

Commit

Permalink
Merge pull request #2 from vivid-planet/main-patch-e952
Browse files Browse the repository at this point in the history
 fix(admin): dev server only exposes host for ipv4
  • Loading branch information
johnnyomair authored Aug 7, 2023
2 parents 4fdb82e + 8432fae commit 883731a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const config = (env: unknown, argv: Argv): webpack.Configuration => {
static: {
directory: path.join(__dirname, "public"),
},
host: "0.0.0.0",
port: Number(process.env.ADMIN_PORT || 8001),
allowedHosts: "all",
compress: true,
Expand Down

0 comments on commit 883731a

Please sign in to comment.