Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32533148
D5132.1767154364.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
653 B
Referenced Files
None
Subscribers
None
D5132.1767154364.diff
View Options
diff --git a/landing/webpack.config.cjs b/landing/webpack.config.cjs
--- a/landing/webpack.config.cjs
+++ b/landing/webpack.config.cjs
@@ -37,6 +37,8 @@
port: 8082,
contentBase: path.join(__dirname, 'dist'),
headers: { 'Access-Control-Allow-Origin': '*' },
+ allowedHosts: ['all'],
+ host: '0.0.0.0',
},
};
diff --git a/web/webpack.config.cjs b/web/webpack.config.cjs
--- a/web/webpack.config.cjs
+++ b/web/webpack.config.cjs
@@ -37,6 +37,8 @@
port: 8080,
contentBase: path.join(__dirname, 'dist'),
headers: { 'Access-Control-Allow-Origin': '*' },
+ allowedHosts: ['all'],
+ host: '0.0.0.0',
},
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 4:12 AM (7 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5871938
Default Alt Text
D5132.1767154364.diff (653 B)
Attached To
Mode
D5132: [webpack] added config that allows landing & web to be accessed on physical devices on same network
Attached
Detach File
Event Timeline
Log In to Comment