create-elit 3.0.1 → 3.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ async function generateTemplate(projectPath, projectName2, template2) {
67
67
  preview: "elit preview"
68
68
  },
69
69
  dependencies: {
70
- elit: "^3.0.1"
70
+ elit: "^3.0.3"
71
71
  }
72
72
  };
73
73
  await writeFile(
@@ -132,7 +132,7 @@ import { client } from './src/client';
132
132
  export default {
133
133
  dev: {
134
134
  port: 3003,
135
- host: '0.0.0.0',
135
+ host: 'localhost',
136
136
  open: ${template2 === "basic" ? "true" : "false"},
137
137
  logging: true,
138
138
  clients: [{
@@ -156,7 +156,7 @@ export default {
156
156
  }],
157
157
  preview: {
158
158
  port: 3000,
159
- host: '0.0.0.0',
159
+ host: 'localhost',
160
160
  open: false,
161
161
  logging: true,
162
162
  root: './dist',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-elit",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Scaffolding tool for creating Elit projects",
5
5
  "type": "module",
6
6
  "bin": {