Use a higher port number for rollup.

This commit is contained in:
Dermot Duffy
2022-07-23 15:58:47 -07:00
parent a6def1ffe2
commit 059f171578
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const dev = watch || process.env.DEV === 'true' || process.env.DEV === '1';
const serveopts = {
contentBase: ['./dist'],
host: '0.0.0.0',
port: 1000,
port: 10001,
allowCrossOrigin: true,
headers: {
'Access-Control-Allow-Origin': '*',