Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3158100
D5132.id16711.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 B
Referenced Files
None
Subscribers
None
D5132.id16711.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, Nov 6, 9:28 PM (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2431824
Default Alt Text
D5132.id16711.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