@voltkit/create-volt 0.1.8 → 0.1.10

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.
@@ -11,6 +11,7 @@ export default defineConfig({
11
11
  minWidth: 900,
12
12
  minHeight: 620,
13
13
  title: 'My Volt Enterprise App',
14
+ icon: './public/favicon.png',
14
15
  },
15
16
  package: {
16
17
  identifier: 'com.example.my-volt-enterprise-app',
@@ -5,7 +5,9 @@
5
5
  "scripts": {
6
6
  "dev": "volt dev",
7
7
  "build": "volt build",
8
- "preview": "volt preview"
8
+ "preview": "volt preview",
9
+ "package": "volt package",
10
+ "doctor": "volt doctor"
9
11
  },
10
12
  "dependencies": {
11
13
  "react": "^19.0.0",
@@ -8,5 +8,6 @@ export default defineConfig({
8
8
  width: 800,
9
9
  height: 600,
10
10
  title: 'My Volt App',
11
+ icon: './public/favicon.png',
11
12
  },
12
13
  });
@@ -6,7 +6,9 @@
6
6
  "scripts": {
7
7
  "dev": "volt dev",
8
8
  "build": "volt build",
9
- "preview": "volt preview"
9
+ "preview": "volt preview",
10
+ "package": "volt package",
11
+ "doctor": "volt doctor"
10
12
  },
11
13
  "dependencies": {
12
14
  "voltkit": "^0.1.0"
@@ -8,5 +8,6 @@ export default defineConfig({
8
8
  width: 800,
9
9
  height: 600,
10
10
  title: 'My Volt App',
11
+ icon: './public/favicon.png',
11
12
  },
12
13
  });
@@ -5,7 +5,9 @@
5
5
  "scripts": {
6
6
  "dev": "volt dev",
7
7
  "build": "volt build",
8
- "preview": "volt preview"
8
+ "preview": "volt preview",
9
+ "package": "volt package",
10
+ "doctor": "volt doctor"
9
11
  },
10
12
  "dependencies": {
11
13
  "voltkit": "^0.1.0"
@@ -8,5 +8,6 @@ export default defineConfig({
8
8
  width: 800,
9
9
  height: 600,
10
10
  title: 'My Volt App',
11
+ icon: './public/favicon.png',
11
12
  },
12
13
  });
@@ -5,7 +5,9 @@
5
5
  "scripts": {
6
6
  "dev": "volt dev",
7
7
  "build": "volt build",
8
- "preview": "volt preview"
8
+ "preview": "volt preview",
9
+ "package": "volt package",
10
+ "doctor": "volt doctor"
9
11
  },
10
12
  "dependencies": {
11
13
  "vue": "^3.5.0",
@@ -8,5 +8,6 @@ export default defineConfig({
8
8
  width: 800,
9
9
  height: 600,
10
10
  title: 'My Volt App',
11
+ icon: './public/favicon.png',
11
12
  },
12
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltkit/create-volt",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "license": "BSL-1.1",
5
5
  "repository": {
6
6
  "type": "git",