Update version check. Updated packages.

This commit is contained in:
Mike Cao 2020-10-02 10:25:31 -07:00
parent 77db711a67
commit 9edf657e25
7 changed files with 106 additions and 77 deletions

View file

@ -1,3 +1,3 @@
const cli = require('next/dist/cli/next-start');
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || 'localhost']);