@linktr.ee/create-link-app 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,6 +114,10 @@ async function default_1(env, options) {
114
114
  '@linktr.ee/extension-dev-data': path_1.default.resolve(appDir, 'fixtures', 'props-data.json'),
115
115
  };
116
116
  config.plugins.push(new mini_css_extract_plugin_1.default());
117
+ config.devServer = {
118
+ host: '0.0.0.0',
119
+ allowedHosts: 'all',
120
+ };
117
121
  }
118
122
  if (env === 'production') {
119
123
  const exposedEntryPoints = {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1",
2
+ "version": "1.0.3",
3
3
  "commands": {
4
4
  "build": {
5
5
  "id": "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/create-link-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Create a Link App on Linktr.ee.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Linktree",