create-avalon 0.1.2 → 0.1.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/cli.js +4 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1308,6 +1308,10 @@ function generateViteConfig(config) {
1308
1308
  pluginEntries.join(`
1309
1309
  `),
1310
1310
  ` ],`,
1311
+ ``,
1312
+ ` server: {`,
1313
+ ` port: 3000,`,
1314
+ ` },`,
1311
1315
  ` };`,
1312
1316
  `});`,
1313
1317
  ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-avalon",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Scaffold a new Avalon project with multi-framework islands architecture",
5
5
  "license": "MIT",
6
6
  "type": "module",