create-elit 3.0.1 → 3.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.
- package/dist/index.js +3 -3
- 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.
|
|
70
|
+
elit: "^3.0.2"
|
|
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: '
|
|
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: '
|
|
159
|
+
host: 'localhost',
|
|
160
160
|
open: false,
|
|
161
161
|
logging: true,
|
|
162
162
|
root: './dist',
|