Revert port change

This commit is contained in:
Nathan Bierema 2021-06-07 00:13:02 -04:00
parent f07cb7a979
commit c1066b4273

View File

@ -82,7 +82,7 @@ module.exports = (env: { development?: boolean; platform?: string } = {}) => ({
hints: false,
},
devServer: {
port: 3001,
port: 3000,
},
devtool: env.development ? 'eval-source-map' : 'source-map',
});