@linktr.ee/create-link-app 1.0.0 → 1.0.2
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 = {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@linktr.ee/component-library": "latest",
|
|
13
|
-
"@linktr.ee/create-link-app": "
|
|
13
|
+
"@linktr.ee/create-link-app": "latest",
|
|
14
14
|
"@linktr.ee/ui-link-kit": "latest",
|
|
15
15
|
"@types/react": "^18.2.8",
|
|
16
16
|
"@types/react-dom": "^18.2.4"
|