@ionyx-apps/cli 0.3.6 → 0.3.7

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/bin/ionyx.exe CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ionyx-cli"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
  description = "Ionyx Framework CLI Tool"
6
6
  authors = ["Ionyx Team"]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [lib]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [[bin]]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -19,3 +19,9 @@ dialogs = true
19
19
  port = 5173
20
20
  auto_reload = true
21
21
  open_devtools = false
22
+
23
+ [build]
24
+ before_dev_command = "npm run dev"
25
+ dev_url = "http://127.0.0.1:5173"
26
+ frontend_dist = "../frontend/dist"
27
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionyx-apps/cli",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Ionyx Framework CLI - High-performance desktop apps with Rust and WebGPU",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",