Update version check. Updated packages.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user